WARNING: Version 6.0 of Metricbeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Elasticsearch Fields
editElasticsearch Fields
edit[]experimental Elasticsearch module
elasticsearch Fields
editelasticsearch.cluster.name
edittype: keyword
Elasticsearch cluster name.
node Fields
editnode
elasticsearch.node.jvm.memory.heap_init.bytes
edittype: long
format: bytes
Heap init used by the JVM in bytes.
elasticsearch.node.jvm.version
edittype: keyword
JVM version.
elasticsearch.node.name
edittype: keyword
Node name.
elasticsearch.node.version
edittype: keyword
Node version.
node.stats Fields
editnode_stats
indices Fields
editNode indices stats
elasticsearch.node.stats.indices.docs.count
edittype: long
Total number of existing documents.
elasticsearch.node.stats.indices.docs.deleted
edittype: long
Total number of deleted documents.
elasticsearch.node.stats.indices.segments.count
edittype: long
Total number of segments.
elasticsearch.node.stats.indices.segments.memory.bytes
edittype: long
format: bytes
Total size of segments in bytes.
elasticsearch.node.stats.indices.store.size.bytes
edittype: long
Total size of the store in bytes.
jvm.mem.pools Fields
editJVM memory pool stats
old Fields
editOld memory pool stats.
elasticsearch.node.stats.jvm.mem.pools.old.max.bytes
edittype: long
format: bytes
Max bytes.
elasticsearch.node.stats.jvm.mem.pools.old.peak.bytes
edittype: long
format: bytes
Peak bytes.
elasticsearch.node.stats.jvm.mem.pools.old.peak_max.bytes
edittype: long
format: bytes
Peak max bytes.
elasticsearch.node.stats.jvm.mem.pools.old.used.bytes
edittype: long
format: bytes
Used bytes.
young Fields
editYoung memory pool stats.
elasticsearch.node.stats.jvm.mem.pools.young.max.bytes
edittype: long
format: bytes
Max bytes.
elasticsearch.node.stats.jvm.mem.pools.young.peak.bytes
edittype: long
format: bytes
Peak bytes.
elasticsearch.node.stats.jvm.mem.pools.young.peak_max.bytes
edittype: long
format: bytes
Peak max bytes.
elasticsearch.node.stats.jvm.mem.pools.young.used.bytes
edittype: long
format: bytes
Used bytes.
survivor Fields
editSurvivor memory pool stats.
elasticsearch.node.stats.jvm.mem.pools.survivor.max.bytes
edittype: long
format: bytes
Max bytes.
elasticsearch.node.stats.jvm.mem.pools.survivor.peak.bytes
edittype: long
format: bytes
Peak bytes.
elasticsearch.node.stats.jvm.mem.pools.survivor.peak_max.bytes
edittype: long
format: bytes
Peak max bytes.
elasticsearch.node.stats.jvm.mem.pools.survivor.used.bytes
edittype: long
format: bytes
Used bytes.
jvm.gc.collectors Fields
editGC collector stats.
old.collection Fields
editOld collection gc.
elasticsearch.node.stats.jvm.gc.collectors.old.collection.count
edittype: long
elasticsearch.node.stats.jvm.gc.collectors.old.collection.ms
edittype: long
young.collection Fields
editYoung collection gc.
elasticsearch.node.stats.jvm.gc.collectors.young.collection.count
edittype: long
elasticsearch.node.stats.jvm.gc.collectors.young.collection.ms
edittype: long