Skip to content

Commit a759903

Browse files
committed
[DOCS] Adds tranform node to list of default types (#54850)
1 parent 8c8baa1 commit a759903

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/modules/node.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ All nodes know about all the other nodes in the cluster and can forward client
1414
requests to the appropriate node.
1515

1616
By default, a node is all of the following types: master-eligible, data, ingest,
17-
and machine learning (if available).
17+
and (if available) machine learning and transform.
1818

19-
TIP: As the cluster grows and in particular if you have large {ml} jobs,
20-
consider separating dedicated master-eligible nodes from dedicated data nodes
21-
and dedicated {ml} nodes.
19+
TIP: As the cluster grows and in particular if you have large {ml} jobs or
20+
{ctransforms}, consider separating dedicated master-eligible nodes from
21+
dedicated data nodes, {ml} nodes, and {transform} nodes.
2222

2323
<<master-node,Master-eligible node>>::
2424

0 commit comments

Comments
 (0)