We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf6ba7 commit 9d15796Copy full SHA for 9d15796
x-pack/docs/en/ilm/set-up-lifecycle-policy.asciidoc
@@ -103,8 +103,8 @@ PUT test-index
103
-----------------------
104
// CONSOLE
105
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.
+IMPORTANT: Its recommended not to use the create index API with a policy that
+defines a rollover action. If you do so, the new index as the result of the
+rollover will not carry forward the policy. Always use index templates to
+define policies with rollover actions.
110
0 commit comments