Skip to content

Commit 4e1fc5b

Browse files
authored
(Doc+) Enrich run on ingest+data nodes not coordinating-only
👋 howdy, team! I'm not otherwise finding it so documenting #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.
1 parent 103d29f commit 4e1fc5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/ingest/enrich.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ and <<update-enrich-policies, update your enrich policies>>.
9898
[IMPORTANT]
9999
====
100100
The enrich processor performs several operations and may impact the speed of
101-
your ingest pipeline.
101+
your ingest pipeline. We recommend <<modules-node,node roles>> co-locate
102+
ingest and data roles to minimize remote search operations.
102103
103104
We strongly recommend testing and benchmarking your enrich processors
104105
before deploying them in production.

0 commit comments

Comments
 (0)