Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/reference/modules/node.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>::

Expand Down