From 71c223c38326ed57776ee08003ac485ede746b1a Mon Sep 17 00:00:00 2001 From: Gameldar Date: Wed, 21 Dec 2016 15:15:19 +0800 Subject: [PATCH] Add link to foreach processor to ingest-attachment.asciidoc Add a Note to the foreach processor for processing an array of attachments, as this is required to be able to process an array of attachments. --- docs/plugins/ingest-attachment.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins/ingest-attachment.asciidoc b/docs/plugins/ingest-attachment.asciidoc index ff29e544c96..44ff41a6dfb 100644 --- a/docs/plugins/ingest-attachment.asciidoc +++ b/docs/plugins/ingest-attachment.asciidoc @@ -105,3 +105,5 @@ Returns this: NOTE: Extracting contents from binary data is a resource intensive operation and consumes a lot of resources. It is highly recommended to run pipelines using this processor in a dedicated ingest node. + +NOTE: To process an array of attachments the {ref}/foreach-processor.html[foreach processor] is required.