[DOCS] Add breaking change re: direct alias modification on followers

Relates: #43017
This commit is contained in:
Zachary Tong 2019-07-31 09:17:12 -04:00
parent c7d7230524
commit 6ed2a6e9dc
1 changed files with 10 additions and 0 deletions

View File

@ -59,3 +59,13 @@ by the `match` query if the total number of hits is not tracked.
The `cutoff_frequency` parameter has been deprecated for `match` and `multi_match`
queries. The same functionality can be achieved without any configuration provided
that the total number of hits is not tracked.
[float]
[[breaking_73_ccr_changes]]
=== CCR Changes
[float]
==== Directly modifying aliases of follower indices is no longer allowed
Aliases are now replicated to a follower from its leader, so directly modifying
aliases on follower indices is no longer allowed.