Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A couple of settings are required to put in place on each node to allocate them to an availability zone:

node.attr.availabilityzone: <zone name>
cluster.routing.allocation.awareness.attributes: availabilityzone

This ensures that the replica shards do not end up in the same zone as their associated primary shards.

Elasticsearch documents include all the information related to shard allocation and high availability of large clusters, but are specific to Elasticsearch 7.17. See the below documents:

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/high-availability-cluster-design-large-clusters.html.

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/modules-cluster.html#shard-allocation-awareness

We also have the required settings in the node.attr.rack setting, which is documented in the doc, Configuring Elasticsearch.

  • No labels