Browse Source

[DOCS] Clarify language for supported APIs with CCS and older clusters (#70734)

* [DOCS] Clarify supported features for CCS.

* Clarify text and add subsection with title.

* Moving APIs to supported API section and paring down text.
Adam Locke 4 years ago
parent
commit
184cb449cc

+ 6 - 0
docs/reference/search/search-your-data/search-across-clusters.asciidoc

@@ -14,9 +14,11 @@ IMPORTANT: {ccs-cap} requires <<modules-remote-clusters, remote clusters>>.
 The following APIs support {ccs}:
 
 * <<search-search,Search>>
+* <<async-search,Async search>>
 * <<search-multi-search,Multi search>>
 * <<search-template,Search template>>
 * <<multi-search-template,Multi search template>>
+* <<search-field-caps,Field capabilities>>
 
 [discrete]
 [[ccs-example]]
@@ -420,3 +422,7 @@ cluster.
 
 WARNING: Running multiple versions of {es} in the same cluster beyond the
 duration of an upgrade is not supported.
+
+Only features that exist across all searched clusters are supported. Using
+a recent feature with a remote cluster where the feature is not supported
+will result in undefined behavior.