> > Hi, > I use status_code 200 but it do not work.
Currently we use rsyslog to forwad the messages. What kind of LB did u use for Loadbalance your UDP Logs? I know HA Proxy do not loadbalancing UDP. So I use LVS to balance my logs. Unfortunately that won't be possible because of the chunking mechanism being used when submitting GELF messages via UDP because all chunks must be processed by the same server, see https://www.graylog2.org/resources/gelf/specification <https://www.google.com/url?q=https%3A%2F%2Fwww.graylog2.org%2Fresources%2Fgelf%2Fspecification&sa=D&sntz=1&usg=AFQjCNG5x7gGEcak2TiRJptN6PTTmg3LhA> . LVS use a kind of RoundRobin, but if it chosen a way for source server to real server they will be only use the same way. (till the realserver is down) --- > Felix > > > -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
