summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNik Everett <nik9000@gmail.com>2017-05-26 09:40:51 -0400
committerNik Everett <nik9000@gmail.com>2017-05-26 09:40:51 -0400
commit310b81a4112d290384a495c8e9ca9c8c07739314 (patch)
tree59f2e349f7f7a84c44fcbcb6876bceb4907dfc43
parentb5ea0cf3f831217393cba4536c7430c531aa919c (diff)
Docs: Link to reindex-from-remote issue
Reindex from remote is broken in 5.4.0 and will be fixed in 5.4.1. Lots of folks come to the github issue after searching. Adding this link should save people time searching for the github issue. Hopefully. Relates to #24520
-rw-r--r--docs/reference/docs/reindex.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc
index bd670fdf84..e68ccfdf94 100644
--- a/docs/reference/docs/reindex.asciidoc
+++ b/docs/reference/docs/reindex.asciidoc
@@ -390,6 +390,9 @@ POST _reindex
[[reindex-from-remote]]
=== Reindex from Remote
+WARNING: Reindex from remote is {issue}24520[broken] in 5.4.0 and fixed in
+5.4.1.
+
Reindex supports reindexing from a remote Elasticsearch cluster:
[source,js]