Hi
I wanted to add additional new node in different data center to existing
node (single) by changing shards to 4/5. Does this need an index rebuild ?
Any other setting/hints for cross data center (other than discovery, as we
use unicast + IP).
Thanks
David
--
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 .
Hello David,
On Sat, Jul 27, 2013 at 6:09 AM, David Charle dbchar2012@gmail.com wrote:
Hi
I wanted to add additional new node in different data center to existing
node (single) by changing shards to 4/5. Does this need an index rebuild ?
Yes, you need to rebuild your index if you have to change the number of
shards. You can change the number of replicas on the fly, though.
Any other setting/hints for cross data center (other than discovery, as we
use unicast + IP).
I assume you don't want your shards to move around from one datacenter to
the other. If that's so, have a look at shard allocation settings:
Power insights and outcomes with the Elasticsearch Platform and AI. See into your data and find answers that matter with enterprise solutions designed to help you build, observe, and protect. Try Elasticsearch free today.
Best regards,
Radu
http://sematext.com/ -- Elasticsearch -- Solr -- Lucene
--
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 .