ingest: upsert with drop processor returns error #36746
Labels
>bug
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
Team:Data Management
Meta label for data/management team
If performing an upsert with a default pipeline, and that default pipeline drops the document, an error will be returned to the client.
This is a minor bug since the end result is the same, the document is not indexed. However, it can pollute error logs, cause confusion, and have a minor performance penalty due to the exception and logging.
Both normal upsert and bulk upsert will error, but with different signatures
Non-bulk upsert:
Results in
and bulk upsert results in
The text was updated successfully, but these errors were encountered: