Technologies/Elasticsearch/elasticsearch.node.pipeline.ingest.documents.preprocessed
ElasticsearchElasticsearchMetric

elasticsearch.node.pipeline.ingest.documents.preprocessed

Pipeline preprocessed docs
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)

Summary

Counts documents processed by ingest pipelines before indexing. Ingest pipelines perform transformations, enrichments, and parsing operations. Low or zero values when documents are being indexed suggest pipeline failures or misconfigurations. High processing times relative to document volume indicate pipeline bottlenecks, especially with ML inference or complex processors.

Interface Metrics (1)
OpenTelemetryOpenTelemetry
Number of documents preprocessed by the ingest pipeline.
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.