Skip to content

Commit 69ca2dd

Browse files
immonjrodewig
authored andcommitted
[DOCS] Change index name in rollover ILM example (#47492)
The warning section above the example tells that index name has to end with the digits but the example itself uses index name without digits which is confusing.
1 parent 4ca2749 commit 69ca2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/ilm/policy-definitions.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,12 @@ follower index into a regular index as if <<ilm-unfollow-action,the Unfollow
368368
action>> had been used instead of rolling over.
369369

370370
For example, if an index to be managed has an alias `my_data`. The managed
371-
index "my_index" must be the write index for the alias. For more information, read
371+
index "my_index-000001" must be the write index for the alias. For more information, read
372372
<<indices-rollover-is-write-index,Write Index Alias Behavior>>.
373373

374374
[source,js]
375375
--------------------------------------------------
376-
PUT my_index
376+
PUT my_index-000001
377377
{
378378
"settings": {
379379
"index.lifecycle.name": "my_policy",

0 commit comments

Comments
 (0)