Cluster with 2 node in es 7.8 version showing 1 node only

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: node1

node.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: node2

node.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"]

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.