Hi,
I am doing clustering with two nodes (Elasticsearch 7.8) everything follow according to doc, but cluster health showing only one node, means each node making 1 cluster node himself. please help in configuration,
Node 1
cluster.name: elasticsearch
node.name: node1node.master: true
node.data: true
network.host: 192.168.1.11
discovery.seed_hosts: ["192.168.1.11","192.168.1.12"]
cluster.initial_master_nodes: ["192.168.1.11","192.168.1.12"]Node2
cluster.name: elasticsearch
node.name: node2node.master: true
node.data: true
network.host: 192.168.1.12
discovery.seed_hosts: ["192.168.1.11","192.168.1.12"]
cluster.initial_master_nodes: ["192.168.1.11","192.168.1.12"]