# How to setup multi cluster elasticsearch?

**URL:** https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926
**Category:** Elasticsearch
**Created:** [August 31, 2017, 2:38am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926 "2017-08-31T02:38:12Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![jogoinar10](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jogoinar10/32/20068_2.png) [@jogoinar10](https://discuss.elastic.co/u/jogoinar10)
#### Post date: [August 31, 2017, 2:38am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/1 "2017-08-31T02:38:13Z")

</div>

Is there a guide or tutorial for this?

And what is the difference of having a multi-cluster vs multi-nodes?

TIA 😃

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [August 31, 2017, 5:05am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/2 "2017-08-31T05:05:29Z")

</div>

Multi cluster means the compute resources and data are segregated.

It's no different from setting up a single cluster really, just keep the discovery list and cluster name different 🙂

---

<div class="post-metadata">

### Author: ![jogoinar10](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jogoinar10/32/20068_2.png) [@jogoinar10](https://discuss.elastic.co/u/jogoinar10)
#### Post date: [August 31, 2017, 5:09am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/3 "2017-08-31T05:09:40Z")

</div>

So it's just the same having one cluster with multiple nodes?

Thanks for your response btw @warkolm 💯

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [August 31, 2017, 5:11am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/4 "2017-08-31T05:11:56Z")

</div>

No, because if you search an index on one cluster you cannot see an index in the other one.  
On a single cluster with multiple nodes and multiple indices you can search across all the indices.

One reason you may want separate clusters apart from this data level "partitioning", is if you have a high volume user and a whole bunch of smaller users. It makes sense to put the high volume user onto their own cluster and then share another cluster with all the smaller ones.

---

<div class="post-metadata">

### Author: ![jogoinar10](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jogoinar10/32/20068_2.png) [@jogoinar10](https://discuss.elastic.co/u/jogoinar10)
#### Post date: [August 31, 2017, 5:34am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/5 "2017-08-31T05:34:07Z")

</div>

Thank you @warkolm. 😃  
Is there a minimun number of nodes ideal for a cluster?  
I've seen in some articles/blogs that it should be 3 nodes in a cluster.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [August 31, 2017, 5:57am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/6 "2017-08-31T05:57:52Z")

</div>

No less than 3 is best practise, it maintains quorum.

---

<div class="post-metadata">

### Author: ![jogoinar10](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jogoinar10/32/20068_2.png) [@jogoinar10](https://discuss.elastic.co/u/jogoinar10)
#### Post date: [August 31, 2017, 10:19am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/7 "2017-08-31T10:19:21Z")

</div>

Thanks @warkolm

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 28, 2017, 10:19am UTC](https://discuss.elastic.co/t/how-to-setup-multi-cluster-elasticsearch/98926/8 "2017-09-28T10:19:40Z")

</div>

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