Skip to content

Instantly share code, notes, and snippets.

@nqbao
Last active July 25, 2017 19:01
Show Gist options
  • Save nqbao/64614b8f3a13e1bab7e40d5da5407218 to your computer and use it in GitHub Desktop.
Save nqbao/64614b8f3a13e1bab7e40d5da5407218 to your computer and use it in GitHub Desktop.
Quick script to install fluentd
#!/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