Ver Fonte

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 há 4 anos atrás
pai
commit
2bf3e36144
1 ficheiros alterados com 0 adições e 8 exclusões
  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