Page 1 of 1

The username specified does not exist.

Posted: Thu Jun 04, 2015 4:45 pm
by tijones
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?

Re: The username specified does not exist.

Posted: Thu Jun 04, 2015 5:02 pm
by jolson
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?

Code: Select all

curl -s -XGET http://localhost:9200/_cat/shards | grep UNASS

Code: Select all

curl -XGET localhost:9200/_nodes/jvm?pretty

Code: Select all

free -m

Code: Select all

cat /etc/sysconfig/elasticsearch
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.