Skip to content

Commit

Permalink
[DOCS] Document index alias swaps are atomic (#55418) (#57209)
Browse files Browse the repository at this point in the history
Co-authored-by: Tugberk Ugurlu <[email protected]>
  • Loading branch information
jrodewig and tugberkugurlu authored May 27, 2020
1 parent fdd378e commit ff63bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/indices/aliases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ indices that match this pattern are added/removed.

It is an error to index to an alias which points to more than one index.

It is also possible to swap an index with an alias in one operation:
It is also possible to swap an index with an alias in one, atomic operation.
This means there will be no period of downtime where the alias points to no
index.

[source,console]
--------------------------------------------------
Expand Down

0 comments on commit ff63bda

Please sign in to comment.