elasticsearch.node.pipeline.ingest.documents.preprocessed
Pipeline preprocessed docsDimensions:None
Available on:
OpenTelemetry (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)
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.
▸