Hello community, I did the setup graylog cluster which run on three docker host and it has 3 nodes, so right now i want to implement Azure load balancer which will send UDP GELF logs to all 3 nodes randomly, i have seen some post which says GELF UDP is inherently unfriendly for load balancers due to its chunking characteristics. All chunks (UDP packets) of a GELF message have to be sent to the same Graylog node for processing.
so my question is it possible to setup Azure load balancer in front of graylog for logs only because i am expecting a large number of logs will come to graylog?
best regards
Rajnsih