Skip to content

Commit bbd143c

Browse files
authored
[DOCS] Add deprecation docs for tier filter settings (#77790) (#77967)
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.
1 parent 68fa321 commit bbd143c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/reference/migration/migrate_7_13.asciidoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,32 @@ configuration will result in an error on startup.
334334
[[breaking_713_settings_deprecations]]
335335
==== Settings deprecations
336336

337+
[[deprecate-tier-filter-setting]]
338+
.Several tier filtering settings are deprecated.
339+
[%collapsible]
340+
====
341+
*Details* +
342+
The following cluster settings are now deprecated:
343+
344+
- `cluster.routing.allocation.include._tier`
345+
- `cluster.routing.allocation.exclude._tier`
346+
- `cluster.routing.allocation.require._tier`
347+
348+
The following index settings are also now deprecated:
349+
350+
- `index.routing.allocation.include._tier`
351+
- `index.routing.allocation.exclude._tier`
352+
- `index.routing.allocation.require._tier`
353+
354+
These settings are used to filter the allocation of a shard to a specific set of
355+
nodes. Instead, use the
356+
{ref}/data-tier-shard-filtering.html#tier-preference-allocation-filter[`index.routing.allocation.include._tier_preference`]
357+
index setting.
358+
359+
*Impact* +
360+
To avoid deprecation warnings, discontinue use of the deprecated settings.
361+
====
362+
337363
[[deprecate-shared-data-path-settings]]
338364
.The `path.shared_data` and `index.data_path` settings are deprecated.
339365
[%collapsible]

0 commit comments

Comments
 (0)