소스 검색

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

Jake Landis 6 년 전
부모
커밋
6aafe47191
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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.