# Creating a cluster out of a current node?

**URL:** https://discuss.elastic.co/t/creating-a-cluster-out-of-a-current-node/12967
**Category:** Elasticsearch
**Created:** [July 27, 2013, 7:59am UTC](https://discuss.elastic.co/t/creating-a-cluster-out-of-a-current-node/12967 "2013-07-27T07:59:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Eugene\_Y\_E](https://avatars.discourse-cdn.com/v4/letter/e/bb73d2/32.png) [@Eugene\_Y\_E](https://discuss.elastic.co/u/Eugene_Y_E)
#### Post date: [July 27, 2013, 7:59am UTC](https://discuss.elastic.co/t/creating-a-cluster-out-of-a-current-node/12967/1 "2013-07-27T07:59:43Z")

</div>

hi all,

I have a elasticsearch node running and already with about 100GB of data,  
all well and indexed.

I would like to create a cluster out of this current node.

How do i do it ? Or do I create a cluster from scratch and transfer the  
data from my current node to this new cluster ?

Thanks!

--  
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: [July 27, 2013, 8:36am UTC](https://discuss.elastic.co/t/creating-a-cluster-out-of-a-current-node/12967/2 "2013-07-27T08:36:33Z")

</div>

Just start a new node with same clustername.  
Elasticsearch will copy shards over the wire (if replica\>=1) or will rebalance shards (if replica=0).

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

Le 27 juil. 2013 à 09:59, "Eugene Y.E" [ye.eugene@gmail.com](mailto:ye.eugene@gmail.com) a écrit :

hi all,

I have a elasticsearch node running and already with about 100GB of data, all well and indexed.

I would like to create a cluster out of this current node.

How do i do it ? Or do I create a cluster from scratch and transfer the data from my current node to this new cluster ?

Thanks!

--  
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:24am UTC](https://discuss.elastic.co/t/creating-a-cluster-out-of-a-current-node/12967/3 "2017-07-06T02:24:11Z")

</div>


