Hi,
I setup a cluster with 3 master nodes and 5 data nodes plus a coordinating node which connects with Kibana over localhost. Now I installed xpack on every node (Including the coordinating node) and restarted the entire cluster. However I am getting the below exception:
Caused by: org.elasticsearch.transport.RemoteTransportException: [***BD2BF*01][1.11.***.***:9300][internal:transport/handshake]
Caused by: org.elasticsearch.ElasticsearchSecurityException: missing authentication token for action [internal:transport/handshake]
What is the issue here? I read about the property xpack.security.enabled: false will resolve the issue but that means turning x-pack off and is not helpful. Please suggest. DO I have to purchase a subscription?