Skip to content

Commit

Permalink
[DOCS] Add deprecation docs for tier filter settings (#77790) (#77966)
Browse files Browse the repository at this point in the history
We deprecated the following settings in 7.13 with PR #72835:

- `cluster.routing.allocation.include._tier`
- `cluster.routing.allocation.exclude._tier`
- `cluster.routing.allocation.require._tier`
- `index.routing.allocation.include._tier`
- `index.routing.allocation.exclude._tier`
- `index.routing.allocation.require._tier`

However, we didn't add a related item to the 7.13 deprecation docs. This adds the
missing item.

Relates to #73074.
  • Loading branch information
jrodewig authored Sep 16, 2021
1 parent 9332e5f commit 269d95e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/reference/migration/migrate_7_13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,32 @@ configuration will result in an error on startup.
[[breaking_713_settings_deprecations]]
==== Settings deprecations

[[deprecate-tier-filter-setting]]
.Several tier filtering settings are deprecated.
[%collapsible]
====
*Details* +
The following cluster settings are now deprecated:
- `cluster.routing.allocation.include._tier`
- `cluster.routing.allocation.exclude._tier`
- `cluster.routing.allocation.require._tier`
The following index settings are also now deprecated:
- `index.routing.allocation.include._tier`
- `index.routing.allocation.exclude._tier`
- `index.routing.allocation.require._tier`
These settings are used to filter the allocation of a shard to a specific set of
nodes. Instead, use the
{ref}/data-tier-shard-filtering.html#tier-preference-allocation-filter[`index.routing.allocation.include._tier_preference`]
index setting.
*Impact* +
To avoid deprecation warnings, discontinue use of the deprecated settings.
====

[[deprecate-shared-data-path-settings]]
.The `path.shared_data` and `index.data_path` settings are deprecated.
[%collapsible]
Expand Down

0 comments on commit 269d95e

Please sign in to comment.