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.
ElasticsearchShardElement
editElasticsearchShardElement
editInformation about the shards of different types (available and unavailable - unavailable is bad and means that a cluster cannot serve all its data) for each instance container hosting an Elasticsearch node
Properties
edit-
instance_name
(string
, required) - The Elastic Cloud name/id of the instance (container)
-
shard_count
(integer
asint32
, required) - The number of shards of the given type (available/unavailable) on this instance
Example
edit{ "instance_name" : "string", "shard_count" : 0 }