Browse Source

Update node.asciidoc (#59201) (#59480)

TIP block was missing due to the lack of line break prior to the "TIP"

Co-authored-by: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com>
debadair 5 years ago
parent
commit
5d7271a910
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/reference/modules/node.asciidoc

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

@@ -17,6 +17,7 @@ requests to the appropriate node.
 By default, a node is all of the following types: master-eligible, data, ingest,
 and (if available) machine learning. All data nodes are also transform nodes.
 // end::modules-node-description-tag[]
+
 TIP: As the cluster grows and in particular if you have large {ml} jobs or
 {ctransforms}, consider separating dedicated master-eligible nodes from
 dedicated data nodes, {ml} nodes, and {transform} nodes.