Skip to content

Commit

Permalink
DOC: add migration help for rollover alias #28110
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Mar 10, 2018
1 parent e0ce899 commit ead905d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/migration/migrate_6_2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ distributions and use the default logging location use `/var/log/elasticsearch`
otherwise if you have installed from the `tar.gz` or `zip` archive distributions
and use the default logging location use `logs/gc.log`; otherwise, set the
location to the absolute path to your log files.

=== Rollover alias
A rollover request in Elasticsearch 6.2.0 or later will be aborted if the same
alias is found in the matching index templates. This change is to prevent the alias
from pointing to multiple indices during rollover. If your index templates already
contain the same alias, you should remove it by updating the index templates.

0 comments on commit ead905d

Please sign in to comment.