mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
[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.
This commit is contained in:
parent
4a516f4ae2
commit
edbc375916
@ -362,12 +362,12 @@ follower index into a regular index as if <<ilm-unfollow-action,the Unfollow
|
||||
action>> 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
|
||||
<<indices-rollover-is-write-index,Write Index Alias Behavior>>.
|
||||
|
||||
[source,console]
|
||||
--------------------------------------------------
|
||||
PUT my_index
|
||||
PUT my_index-000001
|
||||
{
|
||||
"settings": {
|
||||
"index.lifecycle.name": "my_policy",
|
||||
|
Loading…
x
Reference in New Issue
Block a user