Hi,
My ES version is :1.5.2
os:ubunto
inastalled shield:
bin/plugin install elasticsearch/shield/latest
bin/plugin install elasticsearch/license/latest
When i tring to add the users
bin/shield/esusers useradd new_username -r admin
it is saying to copy folder "sheild" from /usr/share/elasticsearch to the /etc/elasticsearch
i copied and execute the comamnd..
Now then i restrated my elasticsearch.
/etc/init.d/elasticsearch restart
Now getting this belkow exception:
Restarting elasticsearch:
Exception in thread "Thread-1" java.lang.NullPointerException
at org.elasticsearch.cluster.action.index.MappingUpdatedAction.stop(MappingUpdatedAction.java:108)
at org.elasticsearch.node.internal.InternalNode.stop(InternalNode.java:287)
at org.elasticsearch.node.internal.InternalNode.close(InternalNode.java:321)
at org.elasticsearch.bootstrap.Bootstrap$1.run(Bootstrap.java:75)
PLease anyone help me ot regarding this
Thanks