A newer version is available. For the latest information, see the
current release documentation.
ClusterInstanceMemoryInfo
editClusterInstanceMemoryInfo
editInformation about the memory capacity and use of the Kibana instance or APM Server.
Properties
edit-
instance_capacity
(integer
asint32
, required) - The memory capacity in MB of the instance
-
instance_capacity_planned
(integer
asint32
) - The planned memory capacity in MB of the instance (only shown when an override is present)
-
memory_pressure
(integer
asint32
) - The % memory pressure of the service if available (60-75% consider increasing capacity, >75% can incur significant performance and stability issues)
-
native_memory_pressure
(integer
asint32
) - 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 }