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.
ElasticsearchShardsInfo
editElasticsearchShardsInfo
editInformation about the shards and replicas that comprise the Elasticsearch indices.
Properties
edit-
available_shards
(array[
ElasticsearchShardElement
]
, required) -
healthy
(boolean
, required) - Whether the shard situation is healthy (any unavailable shards is unhealthy)
-
unavailable_replicas
(array[
ElasticsearchReplicaElement
]
, required) -
unavailable_shards
(array[
ElasticsearchShardElement
]
, required)
Example
edit{ "available_shards" : [ { "instance_name" : "string", "shard_count" : 0 } ], "healthy" : true, "unavailable_replicas" : [ { "instance_name" : "string", "replica_count" : 0 } ], "unavailable_shards" : [ null ] }