Logs stopping and restarting logstash

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
tim620
Posts: 4
Joined: Tue May 07, 2019 1:37 pm

Logs stopping and restarting logstash

Post by tim620 »

Every few days all our systems stop sending logs (or so it appears). But, I can get the logs to start up again once I restart logstash (via "service logstash restart"). I assume I shouldn't need to continuously restart logstash. What are some possible causes and what logs on the OS or application can I look at to try and troubleshoot the issue?
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Logs stopping and restarting logstash

Post by pbroste »

Hello @tim620

Thanks for reaching out, we see that the logstash.service is running under a init.d script wrapped in java. Here are several places to start looking:

Code: Select all

less /var/log/logstash.log

Code: Select all

less /var/log/messages or /var/log/syslog #depending on distro
Review the logs for errors, warnings, or other issues related to java and/or logstash.

Please let us know if you want us to either review the System Profile or any logs for issues by sending via private message.

Thanks,
Perry
Locked