opensearch-project/OpenSearch
在 GitHub 查看[Feature Request] Add granular logging for ingest pipeline processor failure
Open
#12,553 建立於 2024年3月7日
enhancementgood first issueingest-pipeline
倉庫指標
- Star
- (8,123 star)
- PR 合併指標
- (平均合併 5天 9小時) (30 天內合併 266 個 PR)
描述
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