We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c1cd7 commit 2d6e62fCopy full SHA for 2d6e62f
docs/reference/ilm/actions/ilm-shrink.asciidoc
@@ -17,7 +17,7 @@ stream. You cannot perform the `shrink` action on a write index.
17
To use the `shrink` action in the `hot` phase, the `rollover` action *must* be
18
present. If no rollover action is configured, {ilm-init} will reject the policy.
19
20
-The shrink action will unset the index's index.routing.allocation.total_shards_per_node
+The shrink action will unset the index's `index.routing.allocation.total_shards_per_node`
21
setting, meaning that there will be no limit. This is to ensure that all shards of the
22
index can be copied to a single node. This setting change will persist on the index
23
even after the step completes.
0 commit comments