浏览代码

[DOCS] Adds tranform node to list of default types (#54850)

Lisa Cawley 5 年之前
父节点
当前提交
f9cb30963a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/reference/modules/node.asciidoc

+ 4 - 4
docs/reference/modules/node.asciidoc

@@ -14,11 +14,11 @@ All nodes know about all the other nodes in the cluster and can forward client
 requests to the appropriate node.
 
 By default, a node is all of the following types: master-eligible, data, ingest,
-and machine learning (if available).
+and (if available) machine learning and transform.
 
-TIP: As the cluster grows and in particular if you have large {ml} jobs,
-consider separating dedicated master-eligible nodes from dedicated data nodes
-and dedicated {ml} nodes.
+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.
 
 <<master-node,Master-eligible node>>::