It’s great to meet with open distro for elasticsearch, great work!
I am trying to setup a test cluster with security, which connect with LDAP.
But when I configured /usr/share/elasticsearch/plugins/opendistro_security/securityconfig/config.yml
and restart elasticsearch, I got an ERROR log said:
[ERROR][c.a.o.s.a.BackendRegistry] [my-node-name] Not yet initialized (you may need to run securityadmin)
Of course LDAP didn’t work.
Then I found a tip in Kibana security UI:
I found this securityadmin.sh
in /usr/share/elasticsearch/plugins/opendistro_security/tools
, but somehow it just could not connect the node at localhost.
Could you please provide some details or usage example about this tool? That could be very helpful.