From 31e259f071d4314daa153f0afd7800944f708f0c Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 15 Dec 2020 08:58:51 -0500 Subject: [PATCH] [DOCS] Fix ingest node.roles example (#66287) (#66339) --- docs/reference/ingest.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/ingest.asciidoc b/docs/reference/ingest.asciidoc index 7693eee3cdea..3110a2df96fc 100644 --- a/docs/reference/ingest.asciidoc +++ b/docs/reference/ingest.asciidoc @@ -12,9 +12,9 @@ dedicated ingest nodes. To disable ingest for a node, configure the following se elasticsearch.yml file: [source,yaml] --------------------------------------------------- -node.ingest: false --------------------------------------------------- +---- +node.roles: [ ingest ] +---- To pre-process documents before indexing, <> that specifies a series of <>. Each processor transforms the document in some specific way. For example, a