Added second NLS server to cluster but...

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Added second NLS server to cluster but...

Post by jolson »

Interesting. Have you attempted a restart of elasticsearch on the nodes yet? If not, the step I would recommend next is restarting important NLS services on both nodes:

Code: Select all

service httpd stop
service logstash stop
service elasticsearch restart
service logstash start
service httpd start
Any change in behavior?

It looks like your cluster is working fine on the backend, it's just displaying improperly. Anything in the http error log?

Code: Select all

tail -n20 /var/log/httpd/error_log
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: Added second NLS server to cluster but...

Post by krobertson71 »

So sorry for the late reply. Had to be out of the office.

This is all working fine now. We had our month patching and the servers were both rebooted. Everything is working fine now. Both instances show up normally. Just took a full server restart, not just stopping and starting elasticsearch. Weird but it worked.

You can close this thread.
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: Added second NLS server to cluster but...

Post by jolson »

No worries - glad to hear it's all working. I'll lock the thread.

Thanks!
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked