Elasticsearch fields
editElasticsearch fields
editElasticsearch module
elasticsearch fields
edit-
elasticsearch.cluster.name
-
type: keyword
Elasticsearch cluster name.
node fields
editnode
-
elasticsearch.node.name
-
type: keyword
Node name.
-
elasticsearch.node.version
-
type: keyword
Node version.
jvm fields
editJVM Info.
-
elasticsearch.node.jvm.version
-
type: keyword
JVM version.
-
elasticsearch.node.jvm.memory.heap.init.bytes
-
type: long
format: bytes
Heap init used by the JVM in bytes.
-
elasticsearch.node.jvm.memory.heap.max.bytes
-
type: long
format: bytes
Heap max used by the JVM in bytes.
-
elasticsearch.node.jvm.memory.nonheap.init.bytes
-
type: long
format: bytes
Non-Heap init used by the JVM in bytes.
-
elasticsearch.node.jvm.memory.nonheap.max.bytes
-
type: long
format: bytes
Non-Heap max used by the JVM in bytes.
-
elasticsearch.node.process.mlockall
-
type: boolean
If process locked in memory.
node.stats fields
editnode_stats
indices fields
editNode indices stats
-
elasticsearch.node.stats.indices.docs.count
-
type: long
Total number of existing documents.
-
elasticsearch.node.stats.indices.docs.deleted
-
type: long
Total number of deleted documents.
-
elasticsearch.node.stats.indices.segments.count
-
type: long
Total number of segments.
-
elasticsearch.node.stats.indices.segments.memory.bytes
-
type: long
format: bytes
Total size of segments in bytes.
-
elasticsearch.node.stats.indices.store.size.bytes
-
type: 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
-
type: long
format: bytes
Max bytes.
-
elasticsearch.node.stats.jvm.mem.pools.old.peak.bytes
-
type: long
format: bytes
Peak bytes.
-
elasticsearch.node.stats.jvm.mem.pools.old.peak_max.bytes
-
type: long
format: bytes
Peak max bytes.
-
elasticsearch.node.stats.jvm.mem.pools.old.used.bytes
-
type: long
format: bytes
Used bytes.
young fields
editYoung memory pool stats.
-
elasticsearch.node.stats.jvm.mem.pools.young.max.bytes
-
type: long
format: bytes
Max bytes.
-
elasticsearch.node.stats.jvm.mem.pools.young.peak.bytes
-
type: long
format: bytes
Peak bytes.
-
elasticsearch.node.stats.jvm.mem.pools.young.peak_max.bytes
-
type: long
format: bytes
Peak max bytes.
-
elasticsearch.node.stats.jvm.mem.pools.young.used.bytes
-
type: long
format: bytes
Used bytes.
survivor fields
editSurvivor memory pool stats.
-
elasticsearch.node.stats.jvm.mem.pools.survivor.max.bytes
-
type: long
format: bytes
Max bytes.
-
elasticsearch.node.stats.jvm.mem.pools.survivor.peak.bytes
-
type: long
format: bytes
Peak bytes.
-
elasticsearch.node.stats.jvm.mem.pools.survivor.peak_max.bytes
-
type: long
format: bytes
Peak max bytes.
-
elasticsearch.node.stats.jvm.mem.pools.survivor.used.bytes
-
type: 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
-
type: long
-
elasticsearch.node.stats.jvm.gc.collectors.old.collection.ms
-
type: long
young.collection fields
editYoung collection gc.
-
elasticsearch.node.stats.jvm.gc.collectors.young.collection.count
-
type: long
-
elasticsearch.node.stats.jvm.gc.collectors.young.collection.ms
-
type: long
fs.summary fields
editFile system summary
-
elasticsearch.node.stats.fs.summary.total.bytes
-
type: long
format: bytes
-
elasticsearch.node.stats.fs.summary.free.bytes
-
type: long
format: bytes
-
elasticsearch.node.stats.fs.summary.available.bytes
-
type: long
format: bytes