diff --git a/docs/reference/ilm/policy-definitions.asciidoc b/docs/reference/ilm/policy-definitions.asciidoc index 02fbb980b0889..c42e03954f57f 100644 --- a/docs/reference/ilm/policy-definitions.asciidoc +++ b/docs/reference/ilm/policy-definitions.asciidoc @@ -362,12 +362,12 @@ follower index into a regular index as if <> had been used instead of rolling over. For example, if an index to be managed has an alias `my_data`. The managed -index "my_index" must be the write index for the alias. For more information, read +index "my_index-000001" must be the write index for the alias. For more information, read <>. [source,console] -------------------------------------------------- -PUT my_index +PUT my_index-000001 { "settings": { "index.lifecycle.name": "my_policy",