It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
KibanaClustersSummary
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
KibanaClustersSummary
editSummarized information about Kibana clusters.
Properties
edit-
healthy
(boolean
, required) - Whether all clusters are healthy
-
healthy_count
(integer
asint32
, required) - Number of healthy clusters
-
unhealthy_clusters_summaries
(array[
KibanaClusterSummary
]
, required) - Summarized information on unhealthy clusters
-
unhealthy_count
(integer
asint32
, required) - Number of unhealthy clusters
Example
edit{ "healthy" : true, "healthy_count" : 0, "unhealthy_clusters_summaries" : [ { "cluster_id" : "string", "healthy" : true, "hidden" : true, "instances_healthy" : true, "plan_healthy" : true } ], "unhealthy_count" : 0 }