Hi Elastic Community,
I have a question about the multi node version 8.1.1 cluster setup.
When I need to add the 2nd node to the cluster according to the elastic support I must add:
cluster.name: aiops
node.name: elastic02
network.host: 192.168.1.3
#copy from node1 certs and copy xpack security sentences
# Enable encryption and mutual authentication between cluster nodes
xpack.security.transport.ssl:
enabled: true
verification_mode: certificate
keystore.path: certs/transport.p12
truststore.path: certs/transport.p12
http.host: [_local_, _site_]
transport.host: [_local_, _site_]
And run the command:
./Elasticsearch-reconfigure-node --enrollment-token eyJ2ZXI...hdas2S
But I always get the error:
ERROR: Aborting enrolling to cluster. This node doesn't appear to be auto-configured for security. Expected configuration is missing
What could be missing to be able to add this node to the cluster?
I don't use systemd (I download the binaries from the web, unzip and run sh).
Thanks a lot for any help.
Regards
Aldo