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.
ClusterInstanceDiskInfo
editClusterInstanceDiskInfo
editInformation about the use and storage capacity of a Kibana instance or APM Server.
Properties
edit-
disk_space_available
(integer
asint64
) - If known, the amount of total disk space available to the container in MB
-
disk_space_used
(integer
asint64
, required) - The amount of disk space being used by the service in MB
-
storage_multiplier
(number
asdouble
, required) - The storage multiplier originally defined to calculate disk space.
Example
edit{ "disk_space_available" : 0, "disk_space_used" : 0, "storage_multiplier" : 0.1 }