Elasticsearch fieldsedit

Elasticsearch module

elasticsearchedit

elasticsearch.cluster.name

Elasticsearch cluster name.

type: keyword

elasticsearch.cluster.id

Elasticsearch cluster id.

type: keyword

elasticsearch.cluster.state.id

Elasticsearch state id.

type: keyword

elasticsearch.node.id

Node ID

type: keyword

elasticsearch.node.name

Node name.

type: keyword

ccredit

Cross-cluster replication stats

elasticsearch.ccr.leader.index

Name of leader index

type: keyword

elasticsearch.ccr.leader.max_seq_no

Maximum sequence number of operation on the leader shard

type: long

elasticsearch.ccr.follower.index

Name of follower index

type: keyword

elasticsearch.ccr.follower.shard.number

Number of the shard within the index

type: long

elasticsearch.ccr.follower.operations_written

Number of operations indexed (replicated) into the follower shard from the leader shard

type: long

elasticsearch.ccr.follower.time_since_last_read.ms

Time, in ms, since the follower last fetched from the leader

type: long

elasticsearch.ccr.follower.global_checkpoint

Global checkpoint value on follower shard

type: long

cluster.statsedit

Cluster stats

elasticsearch.cluster.stats.status

Cluster status (green, yellow, red).

type: keyword

nodesedit

Nodes statistics.

elasticsearch.cluster.stats.nodes.count

Total number of nodes in cluster.

type: long

elasticsearch.cluster.stats.nodes.master

Number of master-eligible nodes in cluster.

type: long

elasticsearch.cluster.stats.nodes.data

Number of data nodes in cluster.

type: long

indicesedit

Indices statistics.

elasticsearch.cluster.stats.indices.count

Total number of indices in cluster.

type: long

shardsedit

Shard statistics.

elasticsearch.cluster.stats.indices.shards.count

Total number of shards in cluster.

type: long

elasticsearch.cluster.stats.indices.shards.primaries

Total number of primary shards in cluster.

type: long

elasticsearch.cluster.stats.indices.fielddata.memory.bytes

Memory used for fielddata.

type: long

enrichedit

Enrich stats

elasticsearch.enrich.queue.size

Number of search requests in the queue.

type: long

elasticsearch.enrich.remote_requests.current

Current number of outstanding remote requests.

type: long

elasticsearch.enrich.remote_requests.total

Number of outstanding remote requests executed since node startup.

type: long

elasticsearch.enrich.executed_searches.total

Number of search requests that enrich processors have executed since node startup.

type: long

indexedit

index

elasticsearch.index.name

Index name.

type: keyword

elasticsearch.index.total.docs.count

Total number of documents in the index.

type: long

elasticsearch.index.total.docs.deleted

Total number of deleted documents in the index.

type: long

elasticsearch.index.total.store.size.bytes

Total size of the index in bytes.

type: long

format: bytes

elasticsearch.index.total.segments.count

Total number of index segments.

type: long

elasticsearch.index.total.segments.memory.bytes

Total number of memory used by the segments in bytes.

type: long

format: bytes

index.recoveryedit

index

elasticsearch.index.recovery.id

Shard recovery id.

type: long

elasticsearch.index.recovery.type

Shard recovery type.

type: keyword

elasticsearch.index.recovery.primary

True if primary shard.

type: boolean

elasticsearch.index.recovery.stage

Recovery stage.

type: keyword

elasticsearch.index.recovery.target.id

Target node id.

type: keyword

elasticsearch.index.recovery.target.host

Target node host address (could be IP address or hostname).

type: keyword

elasticsearch.index.recovery.target.name

Target node name.

type: keyword

elasticsearch.index.recovery.source.id

Source node id.

type: keyword

elasticsearch.index.recovery.source.host

Source node host address (could be IP address or hostname).

type: keyword

elasticsearch.index.recovery.source.name

Source node name.

type: keyword

index.summaryedit

index

elasticsearch.index.summary.primaries.docs.count

Total number of documents in the index.

type: long

elasticsearch.index.summary.primaries.docs.deleted

Total number of deleted documents in the index.

type: long

elasticsearch.index.summary.primaries.store.size.bytes

Total size of the index in bytes.

type: long

format: bytes

elasticsearch.index.summary.primaries.segments.count

Total number of index segments.

type: long

elasticsearch.index.summary.primaries.segments.memory.bytes

Total number of memory used by the segments in bytes.

type: long

format: bytes

elasticsearch.index.summary.total.docs.count

Total number of documents in the index.

type: long

elasticsearch.index.summary.total.docs.deleted

Total number of deleted documents in the index.

type: long

elasticsearch.index.summary.total.store.size.bytes

Total size of the index in bytes.

type: long

format: bytes

elasticsearch.index.summary.total.segments.count

Total number of index segments.

type: long

elasticsearch.index.summary.total.segments.memory.bytes

Total number of memory used by the segments in bytes.

type: long

format: bytes

ml.jobedit

ml

elasticsearch.ml.job.id

Unique ml job id.

type: keyword

elasticsearch.ml.job.state

Job state.

type: keyword

elasticsearch.ml.job.data_counts.processed_record_count

Processed data events.

type: long

elasticsearch.ml.job.data_counts.invalid_date_count

The number of records with either a missing date field or a date that could not be parsed.

type: long

nodeedit

node

elasticsearch.node.version

Node version.

type: keyword

jvmedit

JVM Info.

elasticsearch.node.jvm.version

JVM version.

type: keyword

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

Heap init used by the JVM in bytes.

type: long

format: bytes

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

Heap max used by the JVM in bytes.

type: long

format: bytes

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

Non-Heap init used by the JVM in bytes.

type: long

format: bytes

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

Non-Heap max used by the JVM in bytes.

type: long

format: bytes

elasticsearch.node.process.mlockall

If process locked in memory.

type: boolean

node.statsedit

node_stats

indicesedit

Node indices stats

elasticsearch.node.stats.indices.docs.count

Total number of existing documents.

type: long

elasticsearch.node.stats.indices.docs.deleted

Total number of deleted documents.

type: long

elasticsearch.node.stats.indices.segments.count

Total number of segments.

type: long

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

Total size of segments in bytes.

type: long

format: bytes

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

Total size of the store in bytes.

type: long

jvm.mem.poolsedit

JVM memory pool stats

oldedit

Old memory pool stats.

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

Max bytes.

type: long

format: bytes

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

Peak bytes.

type: long

format: bytes

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

Peak max bytes.

type: long

format: bytes

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

Used bytes.

type: long

format: bytes

youngedit

Young memory pool stats.

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

Max bytes.

type: long

format: bytes

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

Peak bytes.

type: long

format: bytes

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

Peak max bytes.

type: long

format: bytes

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

Used bytes.

type: long

format: bytes

survivoredit

Survivor memory pool stats.

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

Max bytes.

type: long

format: bytes

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

Peak bytes.

type: long

format: bytes

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

Peak max bytes.

type: long

format: bytes

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

Used bytes.

type: long

format: bytes

jvm.gc.collectorsedit

GC collector stats.

old.collectionedit

Old 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.collectionedit

Young 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.summaryedit

File 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

cluster.pending_taskedit

cluster.pending_task contains a pending task description.

elasticsearch.cluster.pending_task.insert_order

Insert order

type: long

elasticsearch.cluster.pending_task.priority

Priority

type: long

elasticsearch.cluster.pending_task.source

Source. For example: put-mapping

type: keyword

elasticsearch.cluster.pending_task.time_in_queue.ms

Time in queue

type: long

shardedit

shard fields

elasticsearch.shard.primary

True if this is the primary shard.

type: boolean

elasticsearch.shard.number

The number of this shard.

type: long

elasticsearch.shard.state

The state of this shard.

type: keyword

elasticsearch.shard.relocating_node.name

The node the shard was relocated from.

type: keyword