I'm following single instance deployment -
https://assets.nagios.com/downloads/nag ... oyment.pdf
Edited elasticsearch.yml
index.number_of_replicas:0
Restart elasticsearch
systemctl restart elasticsearch.service
GUI displays
Waiting for Database Startup
Has been like this for over 20 minutes now. I also tried to restart the entire VM from command line with same results. The box appears to be stuck at waiting for database to startup. Is it normal to take this long? Any advice?
Thanks,
Ken
elasticsearch restart hung?
Re: elasticsearch restart hung?
OK, so I figured out my own problem.
I did not have a space between the colon and the zero in the config file. It should look like this -
index.number_of_replicas: 0
Once I put the space back in there and restarted, it came up fine.
Problem solved.
I did not have a space between the colon and the zero in the config file. It should look like this -
index.number_of_replicas: 0
Once I put the space back in there and restarted, it came up fine.
Problem solved.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: elasticsearch restart hung?
Great, thank you for getting back to us with your solution.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.