You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: