Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.13] [DOCS] Fix styling of deprecation message (#77173) #77186

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@ mounted indices>> exclusively.

`index.routing.allocation.include._tier`::

Assign the index to a node whose `node.roles` configuration has at
least one of to the comma-separated values.

deprecated::[7.13, Filtering based on `include._tier`, `require._tier` and `exclude._tier` is deprecated, use <<tier-preference-allocation-filter,_tier_preference>> instead]
Assign the index to a node whose `node.roles` configuration has at
least one of to the comma-separated values.
+
deprecated::[7.13,"Filtering based on `include._tier`, `require._tier` and `exclude._tier` is deprecated. Use <<tier-preference-allocation-filter,_tier_preference>> instead."]

`index.routing.allocation.require._tier`::

Assign the index to a node whose `node.roles` configuration has _all_
of the comma-separated values.

deprecated::[7.13, Filtering based on `include._tier`, `require._tier` and `exclude._tier` is deprecated, use <<tier-preference-allocation-filter,_tier_preference>> instead]
Assign the index to a node whose `node.roles` configuration has _all_
of the comma-separated values.
+
deprecated::[7.13,"Filtering based on `include._tier`, `require._tier` and `exclude._tier` is deprecated. Use <<tier-preference-allocation-filter,_tier_preference>> instead."]

`index.routing.allocation.exclude._tier`::

Assign the index to a node whose `node.roles` configuration has _none_ of the
comma-separated values.

deprecated::[7.13, Filtering based on `include._tier`, `require._tier` and `exclude._tier` is deprecated, use <<tier-preference-allocation-filter,_tier_preference>> instead]
Assign the index to a node whose `node.roles` configuration has _none_ of the
comma-separated values.
+
deprecated::[7.13,"Filtering based on `include._tier`, `require._tier` and `exclude._tier` is deprecated. Use <<tier-preference-allocation-filter,_tier_preference>> instead."]

[[tier-preference-allocation-filter]]
`index.routing.allocation.include._tier_preference`::

Assign the index to the first tier in the list that has an available node.
This prevents indices from remaining unallocated if no nodes are available
in the preferred tier.
For example, if you set `index.routing.allocation.include._tier_preference`
to `data_warm,data_hot`, the index is allocated to the warm tier if there
are nodes with the `data_warm` role. If there are no nodes in the warm tier,
but there are nodes with the `data_hot` role, the index is allocated to
the hot tier.
Assign the index to the first tier in the list that has an available node.
This prevents indices from remaining unallocated if no nodes are available
in the preferred tier.
For example, if you set `index.routing.allocation.include._tier_preference`
to `data_warm,data_hot`, the index is allocated to the warm tier if there
are nodes with the `data_warm` role. If there are no nodes in the warm tier,
but there are nodes with the `data_hot` role, the index is allocated to
the hot tier.