Browse Source

stronger wording for ilm+rollover in docs (#39159)

Jake Landis 6 years ago
parent
commit
6aafe47191
1 changed files with 4 additions and 3 deletions
  1. 4 3
      docs/reference/ilm/set-up-lifecycle-policy.asciidoc

+ 4 - 3
docs/reference/ilm/set-up-lifecycle-policy.asciidoc

@@ -107,7 +107,8 @@ PUT test-index
 -----------------------
 // CONSOLE
 
-IMPORTANT: Its recommended not to use the create index API with a policy that
+IMPORTANT: Do 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.
+rollover will not carry forward the policy. Always use
+<<applying-policy-to-template, index templates>> to define policies with rollover
+actions.