✅ elasticsearch.breaker.memory.estimated | Estimated memory used for the operation. | By | Gauge | circuit_breaker_name |
✅ elasticsearch.breaker.memory.limit | Memory limit for the circuit breaker. | By | UpDownCounter | circuit_breaker_name |
✅ elasticsearch.breaker.tripped | Total number of times the circuit breaker has been triggered and prevented an out of memory error. | 1 | Counter | circuit_breaker_name |
✅ elasticsearch.cluster.data_nodes | The number of data nodes in the cluster. | {nodes} | UpDownCounter | |
✅ elasticsearch.cluster.health | The health status of the cluster. | {status} | UpDownCounter | health_status |
✅ elasticsearch.cluster.in_flight_fetch | The number of unfinished fetches. | {fetches} | UpDownCounter | |
❌ elasticsearch.cluster.indices.cache.evictions | The number of evictions from the cache for indices in cluster. | {evictions} | Counter | cache_name |
✅ elasticsearch.cluster.nodes | The total number of nodes in the cluster. | {nodes} | UpDownCounter | |
✅ elasticsearch.cluster.pending_tasks | The number of cluster-level changes that have not yet been executed. | {tasks} | UpDownCounter | |
✅ elasticsearch.cluster.published_states.differences | Number of differences between published cluster states. | 1 | UpDownCounter | cluster_published_difference_state |
✅ elasticsearch.cluster.published_states.full | Number of published cluster states. | 1 | UpDownCounter | |
✅ elasticsearch.cluster.shards | The number of shards in the cluster. | {shards} | UpDownCounter | shard_state |
✅ elasticsearch.cluster.state_queue | Number of cluster states in queue. | 1 | UpDownCounter | cluster_state_queue_state |
✅ elasticsearch.cluster.state_update.count | The number of cluster state update attempts that changed the cluster state since the node started. | 1 | Counter | cluster_state_update_state |
✅ elasticsearch.cluster.state_update.time | The cumulative amount of time updating the cluster state since the node started. | ms | Counter | cluster_state_update_state, cluster_state_update_type |
❌ elasticsearch.index.cache.evictions | The number of evictions from the cache for an index. | {evictions} | Counter | cache_name, index_aggregation_type |
❌ elasticsearch.index.cache.memory.usage | The size in bytes of the cache for an index. | By | UpDownCounter | cache_name, index_aggregation_type |
❌ elasticsearch.index.cache.size | The number of elements of the query cache for an index. | 1 | UpDownCounter | index_aggregation_type |
✅ elasticsearch.index.documents | The number of documents for an index. | {documents} | UpDownCounter | document_state, index_aggregation_type |
✅ elasticsearch.index.operations.completed | The number of operations completed for an index. | {operations} | Counter | operation, index_aggregation_type |
✅ elasticsearch.index.operations.merge.current | The number of currently active segment merges | {merges} | Gauge | index_aggregation_type |
❌ elasticsearch.index.operations.merge.docs_count | The total number of documents in merge operations for an index. | {documents} | Counter | index_aggregation_type |
❌ elasticsearch.index.operations.merge.size | The total size of merged segments for an index. | By | Counter | index_aggregation_type |
✅ elasticsearch.index.operations.time | Time spent on operations for an index. | ms | Counter | operation, index_aggregation_type |
✅ elasticsearch.index.segments.count | Number of segments of an index. | {segments} | UpDownCounter | index_aggregation_type |
❌ elasticsearch.index.segments.memory | Size of memory for segment object of an index. | By | UpDownCounter | index_aggregation_type, segments_memory_object_type |
❌ elasticsearch.index.segments.size | Size of segments of an index. | By | UpDownCounter | index_aggregation_type |
✅ elasticsearch.index.shards.size | The size of the shards assigned to this index. | By | UpDownCounter | index_aggregation_type |
❌ elasticsearch.index.translog.operations | Number of transaction log operations for an index. | {operations} | Counter | index_aggregation_type |
❌ elasticsearch.index.translog.size | Size of the transaction log for an index. | By | UpDownCounter | index_aggregation_type |
✅ elasticsearch.indexing_pressure.memory.limit | Configured memory limit, in bytes, for the indexing requests. | By | Gauge | |
✅ elasticsearch.indexing_pressure.memory.total.primary_rejections | Cumulative number of indexing requests rejected in the primary stage. | 1 | Counter | |
✅ elasticsearch.indexing_pressure.memory.total.replica_rejections | Number of indexing requests rejected in the replica stage. | 1 | Counter | |
✅ elasticsearch.memory.indexing_pressure | Memory consumed, in bytes, by indexing requests in the specified stage. | By | UpDownCounter | indexing_pressure_stage |
✅ elasticsearch.node.cache.count | Total count of query cache misses across all shards assigned to selected nodes. | {count} | UpDownCounter | query_cache_count_type |
✅ elasticsearch.node.cache.evictions | The number of evictions from the cache on a node. | {evictions} | Counter | cache_name |
✅ elasticsearch.node.cache.memory.usage | The size in bytes of the cache on a node. | By | UpDownCounter | cache_name |
❌ elasticsearch.node.cache.size | Total amount of memory used for the query cache across all shards assigned to the node. | By | UpDownCounter | |
✅ elasticsearch.node.cluster.connections | The number of open tcp connections for internal cluster communication. | {connections} | UpDownCounter | |
✅ elasticsearch.node.cluster.io | The number of bytes sent and received on the network for internal cluster communication. | By | Counter | direction |
✅ elasticsearch.node.disk.io.read | The total number of kilobytes read across all file stores for this node. | KiBy | UpDownCounter | |
✅ elasticsearch.node.disk.io.write | The total number of kilobytes written across all file stores for this node. | KiBy | UpDownCounter | |
✅ elasticsearch.node.documents | The number of documents on the node. | {documents} | UpDownCounter | document_state |
✅ elasticsearch.node.fs.disk.available | The amount of disk space available to the JVM across all file stores for this node. Depending on OS or process level restrictions, this might appear less than free. This is the actual amount of free disk space the Elasticsearch node can utilise. | By | UpDownCounter | |
✅ elasticsearch.node.fs.disk.free | The amount of unallocated disk space across all file stores for this node. | By | UpDownCounter | |
✅ elasticsearch.node.fs.disk.total | The amount of disk space across all file stores for this node. | By | UpDownCounter | |
✅ elasticsearch.node.http.connections | The number of HTTP connections to the node. | {connections} | UpDownCounter | |
✅ elasticsearch.node.ingest.documents | Total number of documents ingested during the lifetime of this node. | {documents} | Counter | |
✅ elasticsearch.node.ingest.documents.current | Total number of documents currently being ingested. | {documents} | UpDownCounter | |
✅ elasticsearch.node.ingest.operations.failed | Total number of failed ingest operations during the lifetime of this node. | {operation} | Counter | |
✅ elasticsearch.node.open_files | The number of open file descriptors held by the node. | {files} | UpDownCounter | |
✅ elasticsearch.node.operations.completed | The number of operations completed by a node. | {operations} | Counter | operation |
❌ elasticsearch.node.operations.current | Number of query operations currently running. | {operations} | Gauge | operation |
❌ elasticsearch.node.operations.get.completed | The number of hits and misses resulting from GET operations. | {operations} | Counter | get_result |
❌ elasticsearch.node.operations.get.time | The time spent on hits and misses resulting from GET operations. | ms | Counter | get_result |
✅ elasticsearch.node.operations.time | Time spent on operations by a node. | ms | Counter | operation |
✅ elasticsearch.node.pipeline.ingest.documents.current | Total number of documents currently being ingested by a pipeline. | {documents} | UpDownCounter | ingest_pipeline_name |
✅ elasticsearch.node.pipeline.ingest.documents.preprocessed | Number of documents preprocessed by the ingest pipeline. | {documents} | UpDownCounter | ingest_pipeline_name |
✅ elasticsearch.node.pipeline.ingest.operations.failed | Total number of failed operations for the ingest pipeline. | {operation} | Counter | ingest_pipeline_name |
✅ elasticsearch.node.script.cache_evictions | Total number of times the script cache has evicted old data. | 1 | Counter | |
✅ elasticsearch.node.script.compilation_limit_triggered | Total number of times the script compilation circuit breaker has limited inline script compilations. | 1 | Counter | |
✅ elasticsearch.node.script.compilations | Total number of inline script compilations performed by the node. | {compilations} | UpDownCounter | |
❌ elasticsearch.node.segments.memory | Size of memory for segment object of a node. | By | UpDownCounter | segments_memory_object_type |
✅ elasticsearch.node.shards.data_set.size | Total data set size of all shards assigned to the node. This includes the size of shards not stored fully on the node, such as the cache for partially mounted indices. | By | UpDownCounter | |
✅ elasticsearch.node.shards.reserved.size | A prediction of how much larger the shard stores on this node will eventually grow due to ongoing peer recoveries, restoring snapshots, and similar activities. A value of -1 indicates that this is not available. | By | UpDownCounter | |
✅ elasticsearch.node.shards.size | The size of the shards assigned to this node. | By | UpDownCounter | |
✅ elasticsearch.node.thread_pool.tasks.finished | The number of tasks finished by the thread pool. | {tasks} | Counter | thread_pool_name, task_state |
✅ elasticsearch.node.thread_pool.tasks.queued | The number of queued tasks in the thread pool. | {tasks} | UpDownCounter | thread_pool_name |
✅ elasticsearch.node.thread_pool.threads | The number of threads in the thread pool. | {threads} | UpDownCounter | thread_pool_name, thread_state |
✅ elasticsearch.node.translog.operations | Number of transaction log operations. | {operations} | Counter | |
✅ elasticsearch.node.translog.size | Size of the transaction log. | By | UpDownCounter | |
✅ elasticsearch.node.translog.uncommitted.size | Size of uncommitted transaction log operations. | By | UpDownCounter | |
✅ elasticsearch.os.cpu.load_avg.15m | Fifteen-minute load average on the system (field is not present if fifteen-minute load average is not available). | 1 | Gauge | |
✅ elasticsearch.os.cpu.load_avg.1m | One-minute load average on the system (field is not present if one-minute load average is not available). | 1 | Gauge | |
✅ elasticsearch.os.cpu.load_avg.5m | Five-minute load average on the system (field is not present if five-minute load average is not available). | 1 | Gauge | |
✅ elasticsearch.os.cpu.usage | Recent CPU usage for the whole system, or -1 if not supported. | % | Gauge | |
✅ elasticsearch.os.memory | Amount of physical memory. | By | Gauge | memory_state |
❌ elasticsearch.process.cpu.time | CPU time used by the process on which the Java virtual machine is running. | ms | Counter | |
❌ elasticsearch.process.cpu.usage | CPU usage in percent. | 1 | Gauge | |
❌ elasticsearch.process.memory.virtual | Size of virtual memory that is guaranteed to be available to the running process. | By | UpDownCounter | |
✅ jvm.classes.loaded | The number of loaded classes | 1 | Gauge | |
✅ jvm.gc.collections.count | The total number of garbage collections that have occurred | 1 | Counter | collector_name |
✅ jvm.gc.collections.elapsed | The approximate accumulated collection elapsed time | ms | Counter | collector_name |
✅ jvm.memory.heap.committed | The amount of memory that is guaranteed to be available for the heap | By | Gauge | |
✅ jvm.memory.heap.max | The maximum amount of memory can be used for the heap | By | Gauge | |
✅ jvm.memory.heap.used | The current heap memory usage | By | Gauge | |
❌ jvm.memory.heap.utilization | Fraction of heap memory usage | 1 | Gauge | |
✅ jvm.memory.nonheap.committed | The amount of memory that is guaranteed to be available for non-heap purposes | By | Gauge | |
✅ jvm.memory.nonheap.used | The current non-heap memory usage | By | Gauge | |
✅ jvm.memory.pool.max | The maximum amount of memory can be used for the memory pool | By | Gauge | memory_pool_name |
✅ jvm.memory.pool.used | The current memory pool memory usage | By | Gauge | memory_pool_name |
✅ jvm.threads.count | The current number of threads | 1 | Gauge | |