opensearch-project/OpenSearch
[Feature Request] Add granular logging for ingest pipeline processor failure
オープン
#12,553 opened on 2024/03/07
enhancementgood first issueingest-pipeline
Repository metrics
- Stars
- (8,123 個のスター)
- PR merge metrics
- (平均マージ 5d 9h) (30d で 266 merged PRs)
説明
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.
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