Skip to content

Commit c0559b1

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ applies_to:
1010

1111
Ingest pipelines in Elasticsearch are powerful tools for transforming and enriching data before indexing. However, errors can occur during processing. This guide outlines strategies for handling such errors effectively.
1212

13-
**Important**: Ingest pipelines are executed before the document is indexed by Elasticsearch. You can handle the errors occurring while processing the document (i.e. transforming the json object) but not the errors triggered while indexing like mapping conflict. For this is the Elasticsearch Failure Store.
13+
:::{important}
14+
Ingest pipelines are executed before the document is indexed by Elasticsearch. You can handle the errors occurring while processing the document (i.e. transforming the json object) but not the errors triggered while indexing like mapping conflict. For this is the Elasticsearch Failure Store.
15+
:::
1416

1517
Errors in ingest pipelines typically fall into the following categories:
1618

0 commit comments

Comments
 (0)