From 2d21c214cad4728544343762dc7e2d1523816db2 Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Tue, 9 Jun 2020 09:18:01 +0800 Subject: [PATCH] docs: fix asciidoc cross-reference syntax in ILM rollover docs --- 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 14567a93df675..57c8debca1f24 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.