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

This commit is contained in:
Lisa Cawley 2020-04-07 08:35:08 -07:00 committed by lcawl
parent 8c8baa10f4
commit a7599031ae
1 changed files with 4 additions and 4 deletions

View File

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