소스 검색

[DOCS] Reword for clarity

James Rodewig 4 년 전
부모
커밋
8a48d7ff12
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/reference/ingest.asciidoc

+ 2 - 2
docs/reference/ingest.asciidoc

@@ -722,8 +722,8 @@ document metadata fields `on_failure_message`, `on_failure_processor_type`,
 `on_failure_processor_tag`, and `on_failure_pipeline`. These fields are
 accessible only from within an `on_failure` block.
 
-The following example uses the error metadata fields to provide additional
-information on the document about the failure.
+The following example uses the metadata fields to include information about
+pipelines failures in documents.
 
 [source,console]
 ----