Last active
July 25, 2017 19:01
-
-
Save nqbao/64614b8f3a13e1bab7e40d5da5407218 to your computer and use it in GitHub Desktop.
Quick script to install fluentd
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
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get -y install ruby-dev libjemalloc-dev net-tools | |
sudo gem install fluentd -v "~> 0.14.0" --no-ri --no-rdoc | |
sudo gem install fluent-plugin-record-modifier | |
sudo gem install fluent-plugin-cloudwatch-logs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment