KibanaClusterSummaryedit

Summarized information about a Kibana cluster.

Propertiesedit

cluster_id (string, required)
The id of the cluster
healthy (boolean, required)
Whether the cluster is healthy
hidden (boolean, required)
Whether the cluster is hidden
instances_healthy (boolean, required)
Whether the cluster's instances are healthy
plan_healthy (boolean, required)
Whether the cluster's plan is healthy

Exampleedit

{
   "cluster_id" : "string",
   "healthy" : true,
   "hidden" : true,
   "instances_healthy" : true,
   "plan_healthy" : true
}