IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

KibanaClustersSummary

edit

Summarized information about Kibana clusters.

Properties

edit
healthy (boolean, required)
Whether all clusters are healthy
healthy_count (integer as int32, required)
Number of healthy clusters
unhealthy_clusters_summaries (array[KibanaClusterSummary], required)
Summarized information on unhealthy clusters
unhealthy_count (integer as int32, 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
}