|
@@ -19,6 +19,7 @@ The following APIs support {ccs}:
|
|
|
* <<search-template,Search template>>
|
|
|
* <<multi-search-template,Multi search template>>
|
|
|
* <<search-field-caps,Field capabilities>>
|
|
|
+* experimental:[] <<eql-search-api,EQL search>>
|
|
|
|
|
|
[discrete]
|
|
|
[[ccs-example]]
|
|
@@ -409,9 +410,14 @@ image:images/ccs/ccs-min-roundtrip-client-response.svg[]
|
|
|
[[ccs-supported-configurations]]
|
|
|
=== Supported configurations
|
|
|
|
|
|
-Generally, <<gateway-nodes-selection, cross cluster search>> can search remote
|
|
|
+Generally, <<gateway-nodes-selection,cross-cluster search>> can search remote
|
|
|
clusters that are one major version ahead or behind the coordinating node's
|
|
|
-version. Cross cluster search can also search remote clusters that are being
|
|
|
+version.
|
|
|
+
|
|
|
+IMPORTANT: For the <<eql-search-api,EQL search API>>, the local and remote
|
|
|
+clusters must use the same {es} version.
|
|
|
+
|
|
|
+Cross-cluster search can also search remote clusters that are being
|
|
|
<<rolling-upgrades, upgraded>> so long as both the "upgrade from" and
|
|
|
"upgrade to" version are compatible with the gateway node.
|
|
|
|