Page 2 of 2

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

Posted: Wed May 13, 2015 9:33 am
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

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

Posted: Wed May 27, 2015 12:52 pm
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.

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

Posted: Wed May 27, 2015 1:15 pm
by jolson
No worries - glad to hear it's all working. I'll lock the thread.

Thanks!