remove node.ingest setting in the documentation (#64456)

I'm not sure if this setting was left here deliberately? or by accident?
With all other node role definition has changed syntax from `node.xxx` to `node.roles: [ ]`, the ingest one is the only one left behind.
This commit is contained in:
Leaf-Lin 2020-11-10 06:19:17 +11:00 committed by Lee Hinman
parent 8080f1ce87
commit 2f4016204e
1 changed files with 0 additions and 8 deletions

View File

@ -277,14 +277,6 @@ To create a dedicated ingest node, set:
node.roles: [ ingest ]
----
[[node-ingest-node-setting]]
// tag::node-ingest-tag[]
`node.ingest` {ess-icon}::
Determines whether a node is an ingest node. <<ingest,Ingest nodes>> can apply
an ingest pipeline to transform and enrich a document before indexing. Default:
`true`.
// end::node-ingest-tag[]
[[coordinating-only-node]]
==== Coordinating only node