Logstash Collector Keeps Stopping
Logstash Collector Keeps Stopping
The Logstash Collector keeps stopping and will not start after I restart it.
Re: Logstash Collector Keeps Stopping
Is this a new install or has it been running and just started crashing/failing to start?
The first place I would check would be /var/log/logstash/logstash.log and /var/log/elasticsearch/<cluster_id>.log:
Run both of these and try restarting the service and gather any messages that pop up as a result.
The first place I would check would be /var/log/logstash/logstash.log and /var/log/elasticsearch/<cluster_id>.log:
Code: Select all
tail -f /var/log/logstash/logstash.log
tail -f /var/log/elasticsearch/<cluster_id>.logAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Logstash Collector Keeps Stopping
I'll bet five craft beers that it's memory related.
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
Re: Logstash Collector Keeps Stopping
Now you're speaking my language : )
eloyd has a good point and those are usually pretty easy to see in the logs. How much total memory is on the system?
eloyd has a good point and those are usually pretty easy to see in the logs. How much total memory is on the system?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Logstash Collector Keeps Stopping
Thanks, my fault, should have checked that first. Found a few of the ports wouldn't open properly. Fixed that and it's working.
Re: Logstash Collector Keeps Stopping
Glad to hear you were able to resolve it with the logs!
Eloyd... looking forward to the beer selection : )
Eloyd... looking forward to the beer selection : )
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.