# Configure several cluster

**URL:** https://discuss.elastic.co/t/configure-several-cluster/10752
**Category:** Elasticsearch
**Created:** [February 15, 2013, 11:06am UTC](https://discuss.elastic.co/t/configure-several-cluster/10752 "2013-02-15T11:06:43Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Nouha\_Terzi](https://avatars.discourse-cdn.com/v4/letter/n/9fc348/32.png) [@Nouha\_Terzi](https://discuss.elastic.co/u/Nouha_Terzi)
#### Post date: [February 15, 2013, 11:06am UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/1 "2013-02-15T11:06:43Z")

</div>

Hello,

could you please tell me how to configure many cluster (ES:0.19.8)?

Regrds,  
Nouha

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 15, 2013, 11:41am UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/2 "2013-02-15T11:41:34Z")

</div>

Many clusters? Many nodes?

Many clusters: just change cluster.name in config/elasticsearch.yml

Many nodes?  
Start new nodes on the same LAN and they will discover others.  
Or use Unicast settings (see comments in elasticsearch.yml file)

## HTH

David 😉  
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 15 févr. 2013 à 12:06, Nouha Terzi [nounowa@gmail.com](mailto:nounowa@gmail.com) a écrit :

> Hello,
> 
> could you please tell me how to configure many cluster (ES:0.19.8)?
> 
> ## Regrds, Nouha
> 
> You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Nouha\_Terzi](https://avatars.discourse-cdn.com/v4/letter/n/9fc348/32.png) [@Nouha\_Terzi](https://discuss.elastic.co/u/Nouha_Terzi)
#### Post date: [February 15, 2013, 12:11pm UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/3 "2013-02-15T12:11:14Z")

</div>

Thank you David for your answer, but my concern is how to modfy the  
config/elasticsearch.yml file to define several cluster:  
Is it this format:  
cluster.name = cluster1, cluster2

thanks in adavnce.  
Nouha  
Le vendredi 15 février 2013 12:41:34 UTC+1, David Pilato a écrit :

> Many clusters? Many nodes?
> 
> Many clusters: just change cluster.name in config/elasticsearch.yml
> 
> Many nodes?  
> Start new nodes on the same LAN and they will discover others.  
> Or use Unicast settings (see comments in elasticsearch.yml file)
> 
> ## HTH
> 
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> Le 15 févr. 2013 à 12:06, Nouha Terzi \<[nou...@gmail.com](mailto:nou...@gmail.com) \<javascript:\>\> a  
> écrit :
> 
> Hello,
> 
> could you please tell me how to configure many cluster (ES:0.19.8)?
> 
> Regrds,  
> Nouha
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 15, 2013, 12:16pm UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/4 "2013-02-15T12:16:28Z")

</div>

No. One node belong to one and only one cluster.  
What are you trying to achieve here?

--  
David Pilato | Technical Advocate | [Elasticsearch.com](http://Elasticsearch.com)  
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 15 févr. 2013 à 13:11, Nouha Terzi [nounowa@gmail.com](mailto:nounowa@gmail.com) a écrit :

> Thank you David for your answer, but my concern is how to modfy the config/elasticsearch.yml file to define several cluster:  
> Is it this format:  
> cluster.name = cluster1, cluster2
> 
> thanks in adavnce.  
> Nouha  
> Le vendredi 15 février 2013 12:41:34 UTC+1, David Pilato a écrit :  
> Many clusters? Many nodes?
> 
> Many clusters: just change cluster.name in config/elasticsearch.yml
> 
> Many nodes?  
> Start new nodes on the same LAN and they will discover others.  
> Or use Unicast settings (see comments in elasticsearch.yml file)
> 
> ## HTH
> 
> David 😉  
> Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> 
> Le 15 févr. 2013 à 12:06, Nouha Terzi [nou...@gmail.com](mailto:nou...@gmail.com) a écrit :
> 
> > Hello,
> > 
> > could you please tell me how to configure many cluster (ES:0.19.8)?
> > 
> > Regrds,  
> > Nouha
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> 
> --  
> You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Nouha\_Terzi](https://avatars.discourse-cdn.com/v4/letter/n/9fc348/32.png) [@Nouha\_Terzi](https://discuss.elastic.co/u/Nouha_Terzi)
#### Post date: [February 15, 2013, 12:54pm UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/5 "2013-02-15T12:54:02Z")

</div>

I am trying to connect ES to another tool. It is said in the documentation  
that each instance of this tool should be connected to 1 cluster.  
That's why I need to define many cluster.

Le vendredi 15 février 2013 13:16:28 UTC+1, David Pilato a écrit :

> No. One node belong to one and only one cluster.  
> What are you trying to achieve here?
> 
> ```
> -- 
> 
> ```
> 
> _David Pilato_ | _Technical Advocate_ | _[Elasticsearch.com](http://Elasticsearch.com)_  
> @dadoonet [https://twitter.com/dadoonet](https://twitter.com/dadoonet) | @elasticsearchfr[https://twitter.com/elasticsearchfr](https://twitter.com/elasticsearchfr)  
> | @scrutmydocs [https://twitter.com/scrutmydocs](https://twitter.com/scrutmydocs)
> 
> Le 15 févr. 2013 à 13:11, Nouha Terzi \<[nou...@gmail.com](mailto:nou...@gmail.com) \<javascript:\>\> a  
> écrit :
> 
> Thank you David for your answer, but my concern is how to modfy the  
> config/elasticsearch.yml file to define several cluster:  
> Is it this format:  
> cluster.name = cluster1, cluster2
> 
> thanks in adavnce.  
> Nouha  
> Le vendredi 15 février 2013 12:41:34 UTC+1, David Pilato a écrit :
> 
> > Many clusters? Many nodes?
> > 
> > Many clusters: just change cluster.name in config/elasticsearch.yml
> > 
> > Many nodes?  
> > Start new nodes on the same LAN and they will discover others.  
> > Or use Unicast settings (see comments in elasticsearch.yml file)
> > 
> > ## HTH
> > 
> > David 😉  
> > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> > 
> > Le 15 févr. 2013 à 12:06, Nouha Terzi [nou...@gmail.com](mailto:nou...@gmail.com) a écrit :
> > 
> > Hello,
> > 
> > could you please tell me how to configure many cluster (ES:0.19.8)?
> > 
> > Regrds,  
> > Nouha
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [February 15, 2013, 12:57pm UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/6 "2013-02-15T12:57:50Z")

</div>

Sorry. I can't help more here. Perhaps you should contact the team of the _other_ tool?

--  
David Pilato | Technical Advocate | [Elasticsearch.com](http://Elasticsearch.com)  
@dadoonet | @elasticsearchfr | @scrutmydocs

Le 15 févr. 2013 à 13:54, Nouha Terzi [nounowa@gmail.com](mailto:nounowa@gmail.com) a écrit :

> I am trying to connect ES to another tool. It is said in the documentation that each instance of this tool should be connected to 1 cluster.  
> That's why I need to define many cluster.
> 
> Le vendredi 15 février 2013 13:16:28 UTC+1, David Pilato a écrit :  
> No. One node belong to one and only one cluster.  
> What are you trying to achieve here?
> 
> --  
> David Pilato | Technical Advocate | [Elasticsearch.com](http://Elasticsearch.com)  
> @dadoonet | @elasticsearchfr | @scrutmydocs
> 
> Le 15 févr. 2013 à 13:11, Nouha Terzi [nou...@gmail.com](mailto:nou...@gmail.com) a écrit :
> 
> > Thank you David for your answer, but my concern is how to modfy the config/elasticsearch.yml file to define several cluster:  
> > Is it this format:  
> > cluster.name = cluster1, cluster2
> > 
> > thanks in adavnce.  
> > Nouha  
> > Le vendredi 15 février 2013 12:41:34 UTC+1, David Pilato a écrit :  
> > Many clusters? Many nodes?
> > 
> > Many clusters: just change cluster.name in config/elasticsearch.yml
> > 
> > Many nodes?  
> > Start new nodes on the same LAN and they will discover others.  
> > Or use Unicast settings (see comments in elasticsearch.yml file)
> > 
> > ## HTH
> > 
> > David 😉  
> > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
> > 
> > Le 15 févr. 2013 à 12:06, Nouha Terzi [nou...@gmail.com](mailto:nou...@gmail.com) a écrit :
> > 
> > > Hello,
> > > 
> > > could you please tell me how to configure many cluster (ES:0.19.8)?
> > > 
> > > Regrds,  
> > > Nouha
> > > 
> > > --  
> > > You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> > > To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com).  
> > For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).
> 
> --  
> You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<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: [July 6, 2017, 2:51am UTC](https://discuss.elastic.co/t/configure-several-cluster/10752/7 "2017-07-06T02:51:21Z")

</div>


