Skip to content

Commit a020609

Browse files
Update manage-data/ingest/transform-enrich/error-handling.md
Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 95237a1 commit a020609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/ingest/transform-enrich/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create an `error-handling-pipeline` that sets `event.kind` to `pipeline_error` a
2525

2626
The `on_failure` parameter can be defined either for individual processors or at the pipeline level to catch exceptions that may occur during document processing. The `ignore_failure` option allows a specific processor to silently skip errors without affecting the rest of the pipeline.
2727

28-
## Global vs. Processor-Specific
28+
## Global vs. processor-specific
2929

3030
The following example demonstrates how to use the `on_failure` handler at the pipeline level rather than within individual processors. While this approach ensures the pipeline exits gracefully on failure, it also means that processing stops at the point of error.
3131

0 commit comments

Comments
 (0)