Is your feature request related to a problem? Please describe.
There is a syslog TCP input endpoint, but not a UDP one.
Describe the solution you'd like
Just like the syslog input mode tcp, I'd love if there was a syslog mode udp
Additional context
I have many servers which expect a syslog UDP endpoint for pushing their logs.
Also need this feature! Use case - collect large amount of log data from local application (udp/json) and forward it to fluentd or logstash for futher processing. We can't use stdout input because of application limitation. TCP input will make more overhead.
Most helpful comment
Also need this feature! Use case - collect large amount of log data from local application (udp/json) and forward it to fluentd or logstash for futher processing. We can't use stdout input because of application limitation. TCP input will make more overhead.