Skip to content

Instantly share code, notes, and snippets.

@kilfu0701
Last active February 14, 2019 10:16
Show Gist options
  • Save kilfu0701/84336a618025f546753be3df29344dbc to your computer and use it in GitHub Desktop.
Save kilfu0701/84336a618025f546753be3df29344dbc to your computer and use it in GitHub Desktop.
(fluentd) some memo
cd /tmp
wget https://toolbelt.treasuredata.com/sh/install-redhat-td-agent3.sh
chmod +x install-redhat-td-agent3.sh
./install-redhat-td-agent3.sh
chkconfig td-agent on
service td-agent start
## install plugin
/usr/sbin/td-agent-gem install fluent-plugin-ua-parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment