opensearch-project/OpenSearch

[Feature Request] Add granular logging for ingest pipeline processor failure

開放

#12,553 建立於 2024年3月7日

 (11 則留言) (0 個反應) (1 位負責人)Java (1,505 個分叉)batch import
enhancementgood first issueingest-pipeline

倉庫指標

星標
 (8,123 顆星)
PR 合併指標
 (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.

https://github.com/opensearch-project/OpenSearch/blob/3056b67fb0037df9045bbdd0b828929b2e17aaed/server/src/main/java/org/opensearch/ingest/CompoundProcessor.java#L164-L186

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

貢獻者指南