Browse Source

[DOCS] Fix ingest node.roles example (#66287)

James Rodewig 4 years ago
parent
commit
f63e54ad4a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/ingest.asciidoc

+ 3 - 3
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, <<pipeline,define a pipeline>> that specifies a series of
 <<ingest-processors,processors>>. Each processor transforms the document in some specific way. For example, a