Skip to content

Instantly share code, notes, and snippets.

@snormore
Last active December 15, 2015 07:49

Revisions

  1. snormore revised this gist Mar 23, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion logstash-install.sh
    Original 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/jbraeuer/logstash-packaging
    git clone https://github.com/snormore/logstash-packaging
    cd logstash-packaging
    ./package.sh
    sudo dpkg -i logstash_1.1.9.deb
  2. snormore revised this gist Mar 23, 2013. 1 changed file with 0 additions and 0 deletions.
    Empty file modified logstash-install.sh
    100644 → 100755
    Empty file.
  3. snormore revised this gist Mar 23, 2013. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion logstash-install.sh
    Original 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
    cd ..
    sudo dpkg -i logstash_1.1.9.deb
  4. snormore revised this gist Mar 23, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion logstash-install.sh
    Original 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 ..
    dpkg -i logstash_1.1.9.deb
    sudo dpkg -i logstash_1.1.9.deb
  5. snormore revised this gist Mar 23, 2013. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion logstash-install.sh
    Original 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/Yuav/logstash-packaging.git --depth=1
    git clone https://github.com/jbraeuer/logstash-packaging
    cd logstash-packaging
    ./package.sh
    cd ..
  6. snormore created this gist Mar 23, 2013.
    9 changes: 9 additions & 0 deletions logstash-install.sh
    Original 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