[DOCS] Fix typo in ILM rollover docs (#57856)

This commit is contained in:
Andrew Wilkins 2020-06-10 00:15:36 +08:00 committed by GitHub
parent cb2ce3736a
commit c39a8d20cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 <<<<indices-rollover-is-write-index, write index>> for the alias.
* The index must be the <<indices-rollover-is-write-index, write index>> for the alias.
For example, if `my_index-000001` has the alias `my_data`,
the following settings must be configured.