This repository was archived by the owner on May 21, 2024. It is now read-only.
This repository was archived by the owner on May 21, 2024. It is now read-only.
Syslog message without PRI header #52
Open
Description
Hi,
I'm using the OTEL syslog receiver that's using go-syslog.
While doing testing I noticed that the PRI header is mandatory. after some local debugging, I found this code
if (m.data)[(m.p)] == 60 {
goto st2
}
since multiple products sending their syslog message without the PRI header, this is blocking us.
I added a new 'MachineOption' locally to support 'no PRI' messages and tested it.
I would be more than happy to open a PR and merge it.
thanks
Metadata
Metadata
Assignees
Labels
No labels