Detect logstash output failure

I realised that logstash does not log any error/warning if the output is gelf like below and the server a.b.c.d is down.

gelf { host => "a.b.c.d" }

The code seems to have a warning but I don't get any.

Any tips?

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