Elasticsearch fields

edit

Elasticsearch module

elasticsearch fields

edit

elasticsearch.cluster.name

edit

type: keyword

Elasticsearch cluster name.

node fields

edit

node

elasticsearch.node.name

edit

type: keyword

Node name.

elasticsearch.node.version

edit

type: keyword

Node version.

jvm fields

edit

JVM Info.

elasticsearch.node.jvm.version

edit

type: keyword

JVM version.

elasticsearch.node.jvm.memory.heap.init.bytes

edit

type: long

format: bytes

Heap init used by the JVM in bytes.

elasticsearch.node.jvm.memory.heap.max.bytes

edit

type: long

format: bytes

Heap max used by the JVM in bytes.

elasticsearch.node.jvm.memory.nonheap.init.bytes

edit

type: long

format: bytes

Non-Heap init used by the JVM in bytes.

elasticsearch.node.jvm.memory.nonheap.max.bytes

edit

type: long

format: bytes

Non-Heap max used by the JVM in bytes.

elasticsearch.node.process.mlockall

edit

type: boolean

If process locked in memory.

node.stats fields

edit

node_stats

indices fields

edit

Node indices stats

elasticsearch.node.stats.indices.docs.count

edit

type: long

Total number of existing documents.

elasticsearch.node.stats.indices.docs.deleted

edit

type: long

Total number of deleted documents.

elasticsearch.node.stats.indices.segments.count

edit

type: long

Total number of segments.

elasticsearch.node.stats.indices.segments.memory.bytes

edit

type: long

format: bytes

Total size of segments in bytes.

elasticsearch.node.stats.indices.store.size.bytes

edit

type: long

Total size of the store in bytes.

jvm.mem.pools fields

edit

JVM memory pool stats

old fields

edit

Old memory pool stats.

elasticsearch.node.stats.jvm.mem.pools.old.max.bytes

edit

type: long

format: bytes

Max bytes.

elasticsearch.node.stats.jvm.mem.pools.old.peak.bytes

edit

type: long

format: bytes

Peak bytes.

elasticsearch.node.stats.jvm.mem.pools.old.peak_max.bytes

edit

type: long

format: bytes

Peak max bytes.

elasticsearch.node.stats.jvm.mem.pools.old.used.bytes

edit

type: long

format: bytes

Used bytes.

young fields

edit

Young memory pool stats.

elasticsearch.node.stats.jvm.mem.pools.young.max.bytes

edit

type: long

format: bytes

Max bytes.

elasticsearch.node.stats.jvm.mem.pools.young.peak.bytes

edit

type: long

format: bytes

Peak bytes.

elasticsearch.node.stats.jvm.mem.pools.young.peak_max.bytes

edit

type: long

format: bytes

Peak max bytes.

elasticsearch.node.stats.jvm.mem.pools.young.used.bytes

edit

type: long

format: bytes

Used bytes.

survivor fields

edit

Survivor memory pool stats.

elasticsearch.node.stats.jvm.mem.pools.survivor.max.bytes

edit

type: long

format: bytes

Max bytes.

elasticsearch.node.stats.jvm.mem.pools.survivor.peak.bytes

edit

type: long

format: bytes

Peak bytes.

elasticsearch.node.stats.jvm.mem.pools.survivor.peak_max.bytes

edit

type: long

format: bytes

Peak max bytes.

elasticsearch.node.stats.jvm.mem.pools.survivor.used.bytes

edit

type: long

format: bytes

Used bytes.

jvm.gc.collectors fields

edit

GC collector stats.

old.collection fields

edit

Old collection gc.

elasticsearch.node.stats.jvm.gc.collectors.old.collection.count

edit

type: long

elasticsearch.node.stats.jvm.gc.collectors.old.collection.ms

edit

type: long

young.collection fields

edit

Young collection gc.

elasticsearch.node.stats.jvm.gc.collectors.young.collection.count

edit

type: long

elasticsearch.node.stats.jvm.gc.collectors.young.collection.ms

edit

type: long

fs.summary fields

edit

File system summary

elasticsearch.node.stats.fs.summary.total.bytes

edit

type: long

format: bytes

elasticsearch.node.stats.fs.summary.free.bytes

edit

type: long

format: bytes

elasticsearch.node.stats.fs.summary.available.bytes

edit

type: long

format: bytes