elasticsearch - ealsticsearch : two nodes with the same cluster name having two different cluster uuid -


i configured 2 node cluster name (production), when installed head plugin didn't see 2 nodes. saw node it's address used open head plugin

for instance : 9200/_plugin/head show me node1 master , node in cluster, same thing goes node2.

my configuration :

node1 :

cluster.name: production index.numer_of_shards : 5 index .number_of_replicas : 0 node.name: node1 network.host: node1 ip add discovery.zen.ping.unicast.hosts: [node1 ip add ,node2 ip add] discovery.zen.ping.multicast.enabled: false discover.zen.ping.timeout: 20s 

node2 :

cluster.name: production index.numer_of_shards : 5 index .number_of_replicas : 0 network.host: node2 ip add node.name: node2 discovery.zen.ping.unicast.hosts: [node1 ip add ,node2 ip add] discovery.zen.ping.multicast.enabled: false discover.zen.ping.timeout: 20s 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -