IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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 }