Creating a cluster out of a current node?

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.
For more options, visit https://groups.google.com/groups/opt_out.

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 :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 27 juil. 2013 à 09:59, "Eugene Y.E" 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.
For more options, visit 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.
For more options, visit https://groups.google.com/groups/opt_out.