tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

Syslog Parser #114

Closed dominiklohmann closed 7 months ago

dominiklohmann commented 7 months ago

Syslog is a standard for message logging, allowing different software to generate, store, and process logs, primarily used in Unix and Unix-like systems for event notification and logging.

We want to implement a Syslog parser that supports parsing Syslog as defined in RFC 3164 and RFC 5424.

### Definition of Done
- [x] Support Syslog RFC 3164
- [x] Support Syslog RFC 5424