From 4e1fc5b6733db7254b61b3716cb2c7d61154139e Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:16:39 -0700 Subject: [PATCH] (Doc+) Enrich run on ingest+data nodes not coordinating-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 howdy, team! I'm not otherwise finding it so documenting https://github.com/elastic/elasticsearch/issues/95969 in ES docs > Currently we tell users of enrich that they should co-locate the nodes that perform the enrichment (ingest nodes) with the actual enrich data so that enrich operations don't require a remote search operation. --- docs/reference/ingest/enrich.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/ingest/enrich.asciidoc b/docs/reference/ingest/enrich.asciidoc index 4bd50641149c0..4c5c7bddc6b54 100644 --- a/docs/reference/ingest/enrich.asciidoc +++ b/docs/reference/ingest/enrich.asciidoc @@ -98,7 +98,8 @@ and <>. [IMPORTANT] ==== The enrich processor performs several operations and may impact the speed of -your ingest pipeline. +your ingest pipeline. We recommend <> co-locate +ingest and data roles to minimize remote search operations. We strongly recommend testing and benchmarking your enrich processors before deploying them in production.