How do I setup different nodes(Network computers) to belong to same cluster?
For example:
Cluster Name: my_clustername
I've three nodes(network computers) where I want to store data
10.76.XXX.X3,
10.76.XXX.X4
and 10.65.XXX.X5
with 15 shard and 3 replicas.
I want all three computers to store data for single cluster (my_clustername)
So how can I tell Elasticsearch to store data on these nodes so that they discover
and auto-join each other?