Skip to content

Commit

Permalink
add docs saying mixed-cluster ILM is not supported
Browse files Browse the repository at this point in the history
Closes #37085.
  • Loading branch information
talevy committed Feb 4, 2019
1 parent 5a33816 commit b81eac6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/reference/ilm/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ to a single shard.
. After 7 days, move the index into the cold stage and move it to less expensive
hardware.
. Delete the index once the required 30 day retention period is reached.

[IMPORTANT]
===========================
{ilm} does not support mixed-cluster usage. Usage of new policies using
new actions that do not exist in the oldest version of a cluster with
mixed-versioned nodes. Although it may be possible to create such new
policies against newer-versioned nodes, there is no guarantee they
will work as intended.
===========================

--

include::getting-started-ilm.asciidoc[]
Expand Down

0 comments on commit b81eac6

Please sign in to comment.