We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358d3f0 commit 0ca6b7eCopy full SHA for 0ca6b7e
docs/reference/migration/migrate_6_2.asciidoc
@@ -51,3 +51,9 @@ distributions and use the default logging location use `/var/log/elasticsearch`
51
otherwise if you have installed from the `tar.gz` or `zip` archive distributions
52
and use the default logging location use `logs/gc.log`; otherwise, set the
53
location to the absolute path to your log files.
54
+
55
+=== Rollover alias
56
+A rollover request in Elasticsearch 6.2.0 or later will be aborted if the same
57
+alias is found in the matching index templates. This change is to prevent the alias
58
+from pointing to multiple indices during rollover. If your index templates already
59
+contain the same alias, you should remove it by updating the index templates.
0 commit comments