moriyoshi · GitHub

This plugin is a parser plugin for fluentd 1.0 or later, which parses log lines formatted in logfmt.

Build Status

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

Readme

Apache-2.0 license

Activity

Stars

1 star

Watchers

1 watching

Forks

2 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗