IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ClusterInstanceDiskInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterInstanceDiskInfo
editInformation about the use and storage capacity of a Kibana instance or APM Server.
Properties
edit-
disk_space_available(integerasint64) - If known, the amount of total disk space available to the container in MB
-
disk_space_used(integerasint64, required) - The amount of disk space being used by the service in MB
-
storage_multiplier(numberasdouble, required) - The storage multiplier originally defined to calculate disk space.
Example
edit{
"disk_space_available" : 0,
"disk_space_used" : 0,
"storage_multiplier" : 0.1
}