elasticsearch.index.operations.time
Index operation timeSummary
Measures the cumulative time spent on index operations including indexing, deletion, and merging activities. This counter-type metric tracks total operation duration since node startup. Sharp increases in the rate of change indicate indexing slowdowns, which may result from merge throttling, disk I/O saturation, or CPU contention during document analysis and indexing phases.
Interface Metrics (61)
Related Insights (2)
Refresh operations make indexed documents searchable by writing in-memory buffer to disk segments. Default 1-second interval creates overhead that scales with indexing rate. When refresh time exceeds interval, indexing throughput collapses and latency spikes.
Heavy bulk indexing workload causes high CPU utilization, memory pressure, and increased indexing latency, potentially impacting concurrent search performance and cluster stability.