Replies: 1 comment
-
Can this be solved by setting a parser? https://docs.fluentd.org/input/syslog#less-than-parse-greater-than-directive If a corresponding parser plugin is published, it may work. https://docs.fluentd.org/plugin-development/api-plugin-parser |
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
Uh oh!
There was an error while loading. Please reload this page.
-
There are few devices which are sending syslog message containing hexadecimal format data with protocols like LLDP (Link Layer Discovery Protocol) , CDP (Cisco Discovery Protocol) , TLV (Type-Length-Value) formats which are not supported by syslog plugin out of the box, it would be great if plugin parse this message and convert to ASCII plain text format. Syslog message contains data like below
\x00\x00\x00\x00\x00\x00\x00\xCC\xCC,\xF8\x9B#dv-edge-xxx
Beta Was this translation helpful? Give feedback.
All reactions