Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattheworiordan/fluent-plugin-parse-message
Simple filter to parse fluent logs
https://github.com/mattheworiordan/fluent-plugin-parse-message
Last synced: about 1 month ago
JSON representation
Simple filter to parse fluent logs
- Host: GitHub
- URL: https://github.com/mattheworiordan/fluent-plugin-parse-message
- Owner: mattheworiordan
- License: mit
- Created: 2016-06-24T00:37:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T10:45:40.000Z (over 8 years ago)
- Last Synced: 2024-10-12T15:50:48.778Z (3 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fluent::Plugin::ParseMessage
The ParseMessageFilter matches incoming messages against a format regex and adds any named matches to the message.
This is the same functionality as using `type tail; format regex`, but we can't use that because we are receiving all messages as `type syslog` from rsyslog, so need a filter to match once we have extracted tags from the syslog tag.