Skip to content

Commit da80e32

Browse files
authored
Add blurb about ILM-injected unfollow action (#51009)
These injected actions are harmless and safe to ignore for non-CCR indices. Resolves #50548
1 parent 082d265 commit da80e32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/ilm/policy-definitions.asciidoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,9 @@ PUT _ilm/policy/my_policy
670670
[IMPORTANT]
671671
This action may be used explicitly, as shown below, but this action is also run
672672
before <<ilm-rollover-action,the Rollover action>> and <<ilm-shrink-action,the
673-
Shrink action>> as described in the documentation for those actions.
673+
Shrink action>> as described in the documentation for those actions. This is
674+
expected and safe for non-CCR indices to run, as the steps are skipped when CCR
675+
is not in use.
674676

675677
This action turns a {ref}/ccr-apis.html[ccr] follower index
676678
into a regular index. This can be desired when moving follower

0 commit comments

Comments
 (0)