Elasticsearch fields
editElasticsearch fields
editElasticsearch module
elasticsearch
edit-
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
ccr
editCross-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.stats
editCluster stats
-
elasticsearch.cluster.stats.status -
Cluster status (green, yellow, red).
type: keyword
nodes
editNodes 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
indices
editIndices statistics.
-
elasticsearch.cluster.stats.indices.count -
Total number of indices in cluster.
type: long
shards
editShard 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
enrich
editEnrich 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
index
editindex
-
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.recovery
editindex
-
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.summary
editindex
-
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.job
editml
-
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
node
editnode
-
elasticsearch.node.version -
Node version.
type: keyword
jvm
editJVM 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.stats
editnode_stats
indices
editNode 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.pools
editJVM memory pool stats
old
editOld 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
young
editYoung 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
survivor
editSurvivor 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.collectors
editGC collector stats.
old.collection
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
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
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
cluster.pending_task
editcluster.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
shard
editshard 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