Re: Added second NLS server to cluster but...
Posted: Wed May 13, 2015 9:33 am
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:
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
service httpd stop
service logstash stop
service elasticsearch restart
service logstash start
service httpd startIt 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