I wanted to figure out how to create a multi-node ElasticSearch cluster on single machine. So i followed these instructions
cluster.name
to sunilscluster
and value of node.name
to first
. I did same in the node2 and node 3 but i did set value of node.name
to second and third on node2 and node3 respectivelybin/plugin -i elasticsearch/marvel/latest
Once all 3 nodes were started i could see them in marvel Note: There might be efficient way of doing this in which i could share binaries. I tried creating 3 different elasticsearch.yml and running the elasticsearch server 3 times using elasticsearch -Des.config=/node1/elasticsearch.yml,elasticsearch -Des.config=/node2/elasticsearch.yml
but that did not work.