source socket for syslog #19303
Closed
coredump17
started this conversation in
General
Replies: 2 comments 1 reply
-
🤔 You could do manual parsing in a |
Beta Was this translation helpful? Give feedback.
1 reply
-
Used remap to calculate facility and severity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I need to receive syslog messages that do not confirm to any the standards (yay!). I used UDP socket and send onto kafka for further processing via another vector process. I have noticed that i cannot see the message 'Facility' or 'Severity' when using socket. Do i have any options to pull this out of the packet when converting to json?
Do we have a function to convert the priority to facility and severity?
thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions