Logstash shuts down if gelf output TCP connection is refused

I have configured logstash with a TCP gelf output. However, if the TCP connection cannot be established (e.g graylog is down or hasn't yet been configured to listen on the port), the pipeline aborts and logstash shuts down.
Is that the expected behaviour? Should it not be retrying to connect rather than going down and requiring manual intervention?

Thanks

Unfortunately yes. If it is able to connect at startup and gelf restarts I do not think it will recover from that either. Using UDP rather than TCP avoids these issues but brings a whole other set of problems (security, reliability etc.)

Thanks for the confirmation. Would an enhancement be possible to retry to connect every X seconds?

It could be done, but I do not see anyone volunteering to do it.

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