Skip to content

Commit ddc83e5

Browse files
authored
Fix CCS cluster compatibility (#2028) (#2030)
Updates the upgrade guide to clarify BWC for CCS. Based on [the CCS docs](https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-cross-cluster-search.html#ccs-supported-configurations), you can only search back one minor version. This means a local 8.1 cluster can only search remote 8.0+ clusters. Relates to elastic/kibana#125138 and #1970 (cherry picked from commit 70964c7)
1 parent 4de8338 commit ddc83e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/install-upgrade/upgrading-stack.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to give you flexibility in scheduling the upgrade.
1616
.Remote cluster compatibility
1717
[NOTE]
1818
====
19-
If you use {ccs}, note that {version} can only search remote clusters running 7.17 or later.
19+
If you use {ccs}, note that {version} can only search remote clusters running the previous minor version or later.
2020
For more information, see {ref}/modules-cross-cluster-search.html[Searching across clusters].
2121
2222
If you use {ccr}, a cluster that contains follower indices must run the same or newer version as the remote cluster.

0 commit comments

Comments
 (0)