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
Is your feature request related to a problem? Please describe.
Currently, the cb-event-forwarder does not use RFC compliant syslog format (RFC 3164 or RFC 5424). As a result, syslog servers do not properly parse the hostname identifier without manual intervention, some fall back to using the sending IP address to identify the source.
Here is an example of an event sent from the cb-event-forwarder:
Is your feature request related to a problem? Please describe.
Currently, the cb-event-forwarder does not use RFC compliant syslog format (RFC 3164 or RFC 5424). As a result, syslog servers do not properly parse the hostname identifier without manual intervention, some fall back to using the sending IP address to identify the source.
Here is an example of an event sent from the cb-event-forwarder:
If this was RFC format compliant, we'd see either:
Describe the solution you'd like
Update the cb-event-forwarder to be RFC compliant. RFC 3164 may be more desirable as it is most similar to the existing format and is more detailed.
After reviewing the codebase, I believe only a small change is needed to do this...
After this line:
cb-event-forwarder/pkg/outputs/syslog_output.go
Line 73 in 16240a8
Add:
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: