IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
CrossClusterSearchInfo
editCrossClusterSearchInfo
editThe cross-cluster search settings and status for the Elasticsearch cluster.
Properties
edit-
healthy
(boolean
, required) - Flag signaling health issues when at least one remote has an incompatible version with this cluster
-
remote_clusters
(array[
RemoteClusterInfo
]
, required) - The list of remote clusters this cluster can access using cross-cluster search
Example
edit{ "healthy" : true, "remote_clusters" : [ { "compatible" : true, "id" : "string", "version" : "string" } ] }