[DOCS] Remote reindex is not fwd compatible (#65207) (#65226)

This commit is contained in:
James Rodewig 2020-11-18 13:03:12 -05:00 committed by GitHub
parent 6953726a2b
commit 46c55c562a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -973,6 +973,9 @@ you are likely to find. This should allow you to upgrade from any version of
Elasticsearch to the current version by reindexing from a cluster of the old
version.
WARNING: {es} does not support forward compatibility across major versions. For
example, you cannot reindex from a 7.x cluster into a 6.x cluster.
To enable queries sent to older versions of Elasticsearch the `query` parameter
is sent directly to the remote host without validation or modification.