awslabs / flowgger

A fast data collector in Rust
BSD 2-Clause "Simplified" License
834 stars 55 forks source link

Add more format handling to rfc3164, and passthrough output #57

Closed vche closed 4 years ago

vche commented 4 years ago

RFC3164 is very wide, and many (if not an) log format are allowed. This pull requests improves the format accepted:

A passthrough output module has also been added. When using RFC3164 for instance, it allows pushing events received in different format while conserving them, rather than reformating them in a common format.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.