IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ClusterInstanceMemoryInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ClusterInstanceMemoryInfo
editInformation about the memory capacity and use of the Kibana instance or APM Server.
Properties
edit-
instance_capacity(integerasint32, required) - The memory capacity in MB of the instance
-
instance_capacity_planned(integerasint32) - The planned memory capacity in MB of the instance (only shown when an override is present)
-
memory_pressure(integerasint32) - The % memory pressure of the service if available (60-75% consider increasing capacity, >75% can incur significant performance and stability issues)
-
native_memory_pressure(integerasint32) - The % native memory pressure of the service if available
Example
edit{
"instance_capacity" : 0,
"instance_capacity_planned" : 0,
"memory_pressure" : 0,
"native_memory_pressure" : 0
}