Open
Description
Is your feature request related to a problem? Please describe
Currently, within the OpenSearch project, the logging mechanism for failures in the ingest pipeline processors lacks granularity, we only have failure metric count. As a result, troubleshooting and debugging issues related to failed processors become cumbersome and inefficient for developers and administrators.
OpenSearch/server/src/main/java/org/opensearch/ingest/CompoundProcessor.java
Lines 164 to 186 in 3056b67
Describe the solution you'd like
We propose adding a debug level logging feature dedicated to capturing detailed information about failures occurring within ingest pipeline processors.
Related component
Indexing