もくじ
バージョン
# td-agent --version td-agent 0.12.43
エージェント側
# vi /etc/td-agent/td-agent.conf <source> type tail path /var/log/httpd/access_log tag log.yuulinux.tokyo-access pos_file /var/log/td-agent/.pos #format apache2 format none ←ポイント </source> <match **> type forward <server> host 133.xxx.yyy.232 port 24224 </server> </match>
format noneを指定
Aggregator側
# vi /etc/td-agent/td-agent.conf <source> type forward port 24224 bind 0.0.0.0 </source> <match log.yuulinux.tokyo-access> type file format single_value ←ポイント path /var/log/fluentd/yuulinux.tokyo-access </match>
format single_valueを追加