More than 5 years have passed since last update.
まず既存のtd-agentを削除
yum --setopt=tsflags=noscripts remove td-agent
yum --setopt=tsflags=noscripts remove td-agent2
インストール
curl -L http://toolbelt.treasuredata.com/sh/install-redhat-td-agent2.sh | sh
必要なpluginをインストール
PLUGINS="forest mysql-replicator record-reformer elasticsearch file-sprintf"
for PLUGIN in $PLUGINS; do td-agent-gem install fluent-plugin-${PLUGIN};done
pluginが入ってるか確認
ls -l /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/
起動(service名はtd-agent)
sudo /etc/init.d/td-agent restart
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin