Browse Source

The alias is switched to point to the new index (#21512)

If the index satisfies the specified conditions then a new index is created and the alias is switched to point to the new index.
Jeffery Bradberry 9 years ago
parent
commit
9322c4fe62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/rollover-index.asciidoc

+ 1 - 1
docs/reference/indices/rollover-index.asciidoc

@@ -7,7 +7,7 @@ index is considered to be too large or too old.
 The API accepts a single alias name and a list of `conditions`.  The alias
 The API accepts a single alias name and a list of `conditions`.  The alias
 must point to a single index only.  If the index satisfies the specified
 must point to a single index only.  If the index satisfies the specified
 conditions then a new index is created and the alias is switched to point to
 conditions then a new index is created and the alias is switched to point to
-the new alias.
+the new index.
 
 
 
 
 [source,js]
 [source,js]