This plugin is a parser plugin for fluentd 1.0 or later, which parses log lines formatted in logfmt.
$ gem install fluent-plugin-parser-logfmt
<source>
@type tail
tag foo.bar
<parse>
@type logfmt
time_format "%Y-%m-%d %H:%M:%S"
</parse>
path ...
pos_file ...
</source>
-
time_format
-
time_key