Technologies/Elasticsearch/elasticsearch.node.pipeline.ingest.operations.failed
ElasticsearchElasticsearchMetric

elasticsearch.node.pipeline.ingest.operations.failed

Pipeline failed operations
Dimensions:None
Available on:OpenTelemetryOpenTelemetry (1)

Summary

Counts the number of failed ingest operations for a specific ingest pipeline. Ingest pipelines transform documents during indexing, and failures indicate processing errors from malformed documents, script exceptions, or processor misconfigurations. Sustained failures may cause document loss if error handling isn't configured, requiring investigation of pipeline definitions and input data validation.

Interface Metrics (1)
OpenTelemetryOpenTelemetry
Total number of failed operations for 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.