|
@@ -6,8 +6,6 @@
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
-//end::notable-breaking-changes[]
|
|
|
-
|
|
|
[[search-remote-settings-removed]]
|
|
|
.The `search.remote.*` settings have been removed.
|
|
|
[%collapsible]
|
|
@@ -197,8 +195,8 @@ operation explicitly name the indices it intends to modify.
|
|
|
|
|
|
*Impact* +
|
|
|
If you would like to use wildcard patterns for destructive actions, set
|
|
|
-`action.destructive_requires_name` to `false` using the <<cluster-update-settings,
|
|
|
-cluster settings>> API.
|
|
|
+`action.destructive_requires_name` to `false` using the
|
|
|
+{ref}/cluster-update-settings.html[] cluster settings API].
|
|
|
====
|
|
|
|
|
|
.Legacy role settings have been removed.
|
|
@@ -249,9 +247,10 @@ configuration will result in an error on startup.
|
|
|
====
|
|
|
*Details* +
|
|
|
The cluster and index level settings ending in `._tier` used for filtering the allocation of a shard
|
|
|
-to a particular set of nodes have been removed. Instead, the <<tier-preference-allocation-filter,
|
|
|
-tier preference setting>>, `index.routing.allocation.include._tier_preference` should be used. The
|
|
|
-removed settings are:
|
|
|
+to a particular set of nodes have been removed. Instead, the
|
|
|
+{ref}/data-tier-shard-filtering.html#tier-preference-allocation-filter[tier
|
|
|
+preference setting], `index.routing.allocation.include._tier_preference` should
|
|
|
+be used. The removed settings are:
|
|
|
|
|
|
Cluster level settings:
|
|
|
- `cluster.routing.allocation.include._tier`
|
|
@@ -300,4 +299,4 @@ allocation can be disabled by setting
|
|
|
*Impact* +
|
|
|
Discontinue use of the deprecated setting.
|
|
|
====
|
|
|
-
|
|
|
+//end::notable-breaking-changes[]
|