The current implementation of the parser only support RFC3164, some newer system uses RFC5424. It's just a matter of adding new state machines to the Ragel parser and add new tests for it.
We have to investigate if we can detect it on the fly OR we make it a user configurable settings.
Lets make sure we add integration test for this all list with one major producer.
The current implementation of the parser only support RFC3164, some newer system uses RFC5424. It's just a matter of adding new state machines to the Ragel parser and add new tests for it.
We have to investigate if we can detect it on the fly OR we make it a user configurable settings.
Lets make sure we add integration test for this all list with one major producer.