Last active
December 15, 2015 07:49
Revisions
-
snormore revised this gist
Mar 23, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,8 @@ sudo apt-get install git rubygems -y sudo gem install fpm #git clone https://github.com/Yuav/logstash-packaging.git --depth=1 #git clone https://github.com/jbraeuer/logstash-packaging git clone https://github.com/snormore/logstash-packaging cd logstash-packaging ./package.sh sudo dpkg -i logstash_1.1.9.deb -
snormore revised this gist
Mar 23, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
Empty file. -
snormore revised this gist
Mar 23, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,4 @@ sudo gem install fpm git clone https://github.com/jbraeuer/logstash-packaging cd logstash-packaging ./package.sh sudo dpkg -i logstash_1.1.9.deb -
snormore revised this gist
Mar 23, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,4 +7,4 @@ git clone https://github.com/jbraeuer/logstash-packaging cd logstash-packaging ./package.sh cd .. sudo dpkg -i logstash_1.1.9.deb -
snormore revised this gist
Mar 23, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,8 @@ # http://rdstash.blogspot.ca/2013/01/installing-logstash-as-syslog-server-on.html sudo apt-get install git rubygems -y sudo gem install fpm #git clone https://github.com/Yuav/logstash-packaging.git --depth=1 git clone https://github.com/jbraeuer/logstash-packaging cd logstash-packaging ./package.sh cd .. -
snormore created this gist
Mar 23, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ #!/bin/bash # http://rdstash.blogspot.ca/2013/01/installing-logstash-as-syslog-server-on.html sudo apt-get install git rubygems -y sudo gem install fpm git clone https://github.com/Yuav/logstash-packaging.git --depth=1 cd logstash-packaging ./package.sh cd .. dpkg -i logstash_1.1.9.deb