Skip to content

nekonyuu/logstash-packaging

 
 

Repository files navigation

Running package.sh will download logstash 1.1.13, and package it into a .deb file. Alternatively, you can do it manually:

  1. clone this repository

    git clone git@github.com:nekolover/logstash-packaging.git --depth=1

  2. install Jordan Sissel's FPM with gem

    gem install fpm

  3. download the all inclusive logstash jar

    cd logstash-packaging wget http://logstash.objects.dreamhost.com/release/logstash-1.1.13-monolithic.jar -O usr/share/logstash/logstash.jar

  4. run the following command:

    cd .. && fpm -n logstash -v 1.1.13 -a all -C logstash-packaging -m "yourmail@example.org" --pre-install logstash-packaging/logstash.preinstall --description "Logstash Open Source Log Management" --url 'http://www.logstash.net/' -t deb --config-files etc/logstash/syslog.conf --config-files etc/default/logstash -d java-runtime -s dir etc usr var

About

LogStash package layout for use with fpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%