I installed a graylog server and I use a GELF HTTP input behind an HAProxy instance.
I noticed that a lot of message are dropped as soon as I use the HTTP-Keep-Alive.
As soon I disable that, 100% of my messages are ingested.
OS Information:
Debian 11
Package Version:
graylog-server 5.1.3-1
I tried to sent my messages directly to the graylog server, same result.
I have the same issue. graylog community, custom python client. If I enable keepalive in requests (using the session object) only the first message works. Using individual connections in the client works.