IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

ClusterInstanceMemoryInfo

edit

Information about the memory capacity and use of the Kibana instance or APM Server.

Properties

edit
instance_capacity (integer as int32, required)
The memory capacity in MB of the instance
instance_capacity_planned (integer as int32)
The planned memory capacity in MB of the instance (only shown when an override is present)
memory_pressure (integer as int32)
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 as int32)
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
}