How we can check replica is enable or not in elastic search version 1.3.x?

Hi,

How we can check replica is enable or not in elastic search version 1.3.x ?

if it is set to 1 then does it mean we have additional copy of data ?

if it is not then what should i do for same ( need additional copy of data )?

Please suggest !!

Thanks,
Amit

Assuming that you have enough nodes in the cluster (Elasticsearch will not allocate replicas to any node that already holds a copy), you should be able to use the update indices settings API. 1.3.x is however a very, very old version, so you should really think about upgrading.

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