Skip to content

Commit 95237a1

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

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
@@ -19,7 +19,7 @@ Errors in ingest pipelines typically fall into the following categories:
1919
- Parsing Errors: Occur when a processor fails to parse a field, such as a date or number.
2020
- Missing Fields: Happen when a required field is absent in the document.
2121

22-
:::tip
22+
:::{tip}
2323
Create an `error-handling-pipeline` that sets `event.kind` to `pipeline_error` and stores the error message, along with the tag from the failed processor, in the `error.message` field. Including a tag is especially helpful when using multiple `grok`, `dissect`, or `script` processors, as it helps identify which one caused the failure.
2424
:::
2525

0 commit comments

Comments
 (0)