Skip to content

Commit fd8939e

Browse files
committed
typo
1 parent 959bfd8 commit fd8939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/data-store/data-streams/failure-store-recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When something goes wrong during ingestion it is often not an isolated event. In
44

55
## Troubleshooting nested ingest pipelines [failure-store-recipes-nested-ingest-troubleshoot]
66

7-
When a document fails in an ingest pipeline it can be difficult to figure out exactly what when wrong and where. When these failures are captured by the failure store during this part of the ingestion process, they will contain additional debugging information. Failed documents will note the type of processor and which pipeline was executing when the failure occurred. Failed documents will also contain a pipeline trace which keeps track of any nested pipeline calls that the document was in at time of failure.
7+
When a document fails in an ingest pipeline it can be difficult to figure out exactly what went wrong and where. When these failures are captured by the failure store during this part of the ingestion process, they will contain additional debugging information. Failed documents will note the type of processor and which pipeline was executing when the failure occurred. Failed documents will also contain a pipeline trace which keeps track of any nested pipeline calls that the document was in at time of failure.
88

99
To demonstrate this, we will follow a failed document through an unfamiliar data stream and ingest pipeline:
1010
```console

0 commit comments

Comments
 (0)