- fluentd tailプラグインの仕様について - iをgに変えるとorangeになることに気づいたoranieの日記
- Class: Time (Ruby 1.9.3)
- Fluentdでparser用の正規表現を書く・試す - tagomorisのメモ置き場
<source>
type tail
format /^(?<time>[^ ]* [^ ]*) (?<id>[^ ]*) (?<action>(Request|Crunch:[^:]*):) (?<path>.*)$/
time_format %F %T.%L
path /var/log/privoxy/logfile
pos_file /var/tmp/privoxy-logfile.pos
tag td.privoxy.access
</source>
これをtd-agent.confに追加。