Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Logfmt parser plugin for fluentd 1.0 or later

License

Notifications You must be signed in to change notification settings

8451LLC/fluent-plugin-parser-logfmt

 
 

Repository files navigation

fluent-plugin-parser-logfmt

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%