6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

EC2にtd-agentをインストールする方法

Last updated at Posted at 2013-05-17

忘れちゃうのでメモ

/etc/yum.repos.d/ 以下に
td.repo

[treasuredata]
name=TreasureData
baseurl=http://packages.treasure-data.com/redhat/$basearch
gpgcheck=0

を作成

yum install -y td-agent

を実行(-yオプションはおこのみで)

td-agent.confを編集

chkconfig td-agent on

で自動起動設定

/sbin/service td-agent start

設定ファイルは/etc/td-agent/以下にある

注意点としてbuffer_pathの権限
(参考)
http://qiita.com/items/e2c3d80f97bb648bdd9b

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?