From 8b5067a88f01d06b356854c7563e3ac7180578a9 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 14 Dec 2020 14:16:49 -0500 Subject: [PATCH] [DOCS] Fix ingest node.roles example --- 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 8421f100bb8c1..8476ec0250f10 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