Explorar o código

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.
Leaf-Lin %!s(int64=4) %!d(string=hai) anos
pai
achega
2bf3e36144
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  1. 0 8
      docs/reference/modules/node.asciidoc

+ 0 - 8
docs/reference/modules/node.asciidoc

@@ -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