Skip to content

Commit

Permalink
[DOCS] Fix ingest node.roles example (#66287) (#66339)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Dec 15, 2020
1 parent abb6c70 commit 31e259f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/ingest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31e259f

Please sign in to comment.