TCP Load Balancing From Graylog to Graylog

I have managed to get the TCP + SSL load balancing working, but no how I’d like it to work.

Currently we send logs from one instance to another and in-between there is a HAProxy server that terminates the SSL and send the data on. I have managed to get this working by setting the server timeout to 5ms, so if HAProxy doesn’t receive data within 5ms it terminates the connection. This does send the one Graylog output to both nodes on the receiving cluster, but we lose logs doing this.

Is there a way for the GELF TCP + TLS output to terminate the outbound connection every few seconds, as the one continuous TCP connection cannot be load balanced.

Cheers,

G

The current Output can’t do this - but you can add a feature request over at github for that:

I will do this now.

G

https://github.com/Graylog2/graylog2-server/issues/4976

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.