Hello,
We have done ELK setup in out application and that works fine
Issue: When ELK is down due to any reason then our main application is also not getting up, below is the exception
Could not create SyslogWriter java.net.UnknownHostException: elk: Try again
at java.net.UnknownHostException: elk: Try again
Any idea how to do Exception handling or How and what to configure in logstash that if it is not up then it should get skiped,
Thanks,
Sanjeev