Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moriyoshi/fluent-plugin-parser-logfmt
- Owner: moriyoshi
- License: apache-2.0
- Created: 2018-05-29T11:10:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T11:28:12.000Z (over 6 years ago)
- Last Synced: 2024-04-24T23:42:12.176Z (8 months ago)
- Topics: fluentd, logfmt, parser, td-agent
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
[](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`