I’m trying to setup a cluster with odfe.
I looking for: 1 kibana node, 3 elasticsearch master, 3 elasticsearch data and 4 logstash nodes.
Setting elasticsearch.yml with this values
node.master: true
node.data: false
node.ingest: false
elasticsearch stop to work, when i do
curl -XGET -k https://10.0.2.4:9200 -u admin:password
it return me this error
Open Distro Security not initialized (SG11).
In elastic log file i found this error
[2019-04-23T15:06:13,994][ERROR][c.a.o.s.a.BackendRegistry] [odfe-elasticmaster-0] Not yet initialized (you may need to run securityadmin)
I’ve run securityadmin after the changes but nothing changes.
Without the 3 node. parameters all works good.
Thanks
Luca