Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moriyoshi/fluent-plugin-parser-logfmt

Logfmt parser plugin for fluentd 1.0 or later
https://github.com/moriyoshi/fluent-plugin-parser-logfmt

fluentd logfmt parser td-agent

Last synced: about 1 month ago
JSON representation

Logfmt parser plugin for fluentd 1.0 or later

Awesome Lists containing this project

README

        

## fluent-plugin-parser-logfmt

This plugin is a parser plugin for [fluentd](https://github.com/fluent/fluentd) 1.0 or later, which parses log lines formatted in [logfmt](https://brandur.org/logfmt).

[Build Status](https://travis-ci.org/moriyoshi/fluent-plugin-parser-logfmt)

## Installation

```
$ gem install fluent-plugin-parser-logfmt
```

## Configuration

## Output: Configuration

```

@type tail
tag foo.bar

@type logfmt
time_format "%Y-%m-%d %H:%M:%S"

path ...
pos_file ...

```

* `time_format`

* `time_key`