Open
Description
Use Case
When I am trying to do loading balancing for graylog, I found that there was no support for UDP in the module.
Describe the Solution You Would Like
For example, receiving UDP traffic on port 5140 and forward it to backend server1:5140 and server2:5140.
listen graylog_udp
mode udp
bind :5140
balance roundrobin
server server1 ip1:5140 check
server server2 ip2:5140 check