Randomly happens quite frequently usually a restart will fix it however now its broken completely and i cant login at all,
if i curl -XGET http://localhost:9200/_cat/shards
I notice this shard is not started
nagioslogserver 0 p UNASSIGNED
nagioslogserver 0 r UNASSIGNED
How to start? maybe this is why?
The username specified does not exist.
Re: The username specified does not exist.
This is almost definitely why you can't login - user name information is stored in the 'nagioslogserver' indices. Are both the primary and replica shards unassigned?
Show me the output of the above commands. Based on what you've described, you might be low on memory or the index may be corrupt.
Code: Select all
curl -s -XGET http://localhost:9200/_cat/shards | grep UNASSCode: Select all
curl -XGET localhost:9200/_nodes/jvm?prettyCode: Select all
free -mCode: Select all
cat /etc/sysconfig/elasticsearch