Replicate aliases from leader to follower #41396
Labels
:Distributed Indexing/CCR
Issues around the Cross Cluster State Replication features
>enhancement
Meta
v7.3.0
CCR deliberately does not apply index templates to follower indices. This is to prevent situations where metadata in the index template could conflict with replication. For example, the number of shards between the leader and the follower must be aligned, so that means that we could never apply the number of shards from an index templates. Similarly for mappings and some settings. Consequently, it was a deliberate design decision that we do not apply index templates to follower indices. One downside of this though is that it means that index aliases need to be applied manually, instead of being picked up from index templates as follower indices are created. However, we could replicate index aliases (including updates) to followers from leaders.
Doing this requires three steps:
The text was updated successfully, but these errors were encountered: