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:
parent
8080f1ce87
commit
2f4016204e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue