A newer version is available. For the latest information, see the
current release documentation.
CrossClusterSearchInfo
edit
The cross-cluster search settings and status for the Elasticsearch cluster.
Propertiesedit
-
healthy
(boolean
) - Flag signaling health issues when at least one remote has an incompatible version with this cluster
-
remote_clusters
(array[
RemoteClusterInfo
]
) - The list of remote clusters this cluster can access using cross-cluster search
Exampleedit
{ "healthy" : true, "remote_clusters" : [ { "compatible" : true, "id" : "string", "version" : "string" } ] }