Technologies/Elasticsearch/elasticsearch.node.ingest.documents.current
ElasticsearchElasticsearchMetric

elasticsearch.node.ingest.documents.current

Documents being ingested
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)

Summary

Shows the number of documents currently being processed by ingest pipelines. This gauge metric indicates pipeline concurrency and can reveal bottlenecks. Sustained high values suggest slow processors (like ML inference per the insight) or insufficient ingest pipeline capacity. Zero values during active indexing indicate pipeline failures or routing issues.

Interface Metrics (1)
OpenTelemetryOpenTelemetry
Total number of documents currently being ingested.
Dimensions:None
Related Insights (1)
Ingest Pipeline Processing Bottleneckwarning

Complex ingest pipelines with processors like grok, script, or ML inference can significantly slow document indexing, causing backpressure and increased latency.