Skip to content

Commit 9d15796

Browse files
committed
change setup policy note
1 parent dbf6ba7 commit 9d15796

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x-pack/docs/en/ilm/set-up-lifecycle-policy.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ PUT test-index
103103
-----------------------
104104
// CONSOLE
105105

106-
NOTE: it is not recommended to set the policy on the index creation request if
107-
you are using the rollover action as the indexes created by the rollover action
108-
will not have the policy set. IF you are using the rollover action in your
109-
policy its recommended to set the policy in an index template.
106+
IMPORTANT: Its recommended not to use the create index API with a policy that
107+
defines a rollover action. If you do so, the new index as the result of the
108+
rollover will not carry forward the policy. Always use index templates to
109+
define policies with rollover actions.
110110

0 commit comments

Comments
 (0)