No commit activity in last 3 years
No release in over 3 years
Fluentd parser plugin that parses logfmt-style log entries
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 10.0
~> 3.0

Runtime

< 2, >= 1
~> 0.0.8
 Project Readme

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