-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syslog input to support RFC5424 #6872
Comments
Is anyone working on this? |
linked to #8307 |
We're an Elastic customer and are interested in RFC-5424 support as well. Any idea if this will get worked on soon? |
If it helps, while troubleshooting an For clarification, the
To this:
|
It's not stalled in the sense of being blocked, but it is a back-burner task for me (it was never an explicit release goal, just something I hoped to fit in between my other work). If someone has spare capacity I'm happy to hand it off / help get started, otherwise I'll pick it up again when time and triage allows. |
hi, RFC5424 is really important in large scale datasets/datalake. Any file if you are working, I can also help to make this rolled out sooner. Just looking into @faec code, it seems complex. Is it better to have this written as a pattern file? Something like what logstash have https://github.com/logstash-plugins/logstash-patterns-core/blob/master/patterns/grok-patterns For example, pattern_name: payload: pattern: |
The Checkpoint log exporter sends the logs in RfC5424 format by default which is why this is required for the Checkpoint module to work. Please prioritize this, we're also a paying Elastic customer, thanks! |
Hi, I would like to find out if this issue still need?
|
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 text was updated successfully, but these errors were encountered: