Last active
November 11, 2015 11:55
-
-
Save phamquick/40a69243bc66f68bdb1f to your computer and use it in GitHub Desktop.
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 characters
yum install java-1.8.0-openjdk -y | |
sudo yum install git -y | |
sudo yum install wget -y | |
wget https://download.elastic.co/logstash/logstash/packages/centos/logstash-1.5.5-1.noarch.rpm | |
sudo rpm -ivh logstash-1.5.5-1.noarch.rpm | |
/opt/logstash/bin/logstash --version | |
export PATH=$PATH:/opt/logstash/bin | |
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
\curl -sSL https://get.rvm.io | bash -s stable | |
source /etc/profile.d/rvm.sh | |
rvm install jruby | |
gem install logstash-input-dynamodb -v '1.0.0' | |
git clone https://github.com/awslabs/logstash-input-dynamodb | |
cd ./logstash-input-dynamodb | |
bundle install | |
gem build logstash-input-dynamodb.gemspec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment