Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
This plugin is a parser plugin for fluentd 1.0 or later, which parses log lines formatted in logfmt.
Installation
$ gem install fluent-plugin-parser-logfmt
Configuration
Output: Configuration
<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
About
Logfmt parser plugin for fluentd 1.0 or later
Topics
Resources
Stars
1 star
Watchers
1 watching