From c39a8d20cb9442e5c0c988a90488e15e195658c4 Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Wed, 10 Jun 2020 00:15:36 +0800 Subject: [PATCH] [DOCS] Fix typo in ILM rollover docs (#57856) --- docs/reference/ilm/actions/ilm-rollover.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ilm/actions/ilm-rollover.asciidoc b/docs/reference/ilm/actions/ilm-rollover.asciidoc index 14567a93df6..57c8debca1f 100644 --- a/docs/reference/ilm/actions/ilm-rollover.asciidoc +++ b/docs/reference/ilm/actions/ilm-rollover.asciidoc @@ -16,7 +16,7 @@ For a managed index to be rolled over: * The index name must match the pattern '^.*-\\d+$', for example (`my_index-000001`). * The `index.lifecycle.rollover_alias` must be configured as the alias to roll over. -* The index must be the <<<> for the alias. +* The index must be the <> for the alias. For example, if `my_index-000001` has the alias `my_data`, the following settings must be configured.