|
@@ -15,7 +15,7 @@ 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 (if available) machine learning and transform.
|
|
|
+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
|
|
@@ -259,12 +259,9 @@ xpack.ml.enabled: true <1>
|
|
|
[[transform-node]]
|
|
|
==== [xpack]#{transform-cap} node#
|
|
|
|
|
|
-{transform-cap} nodes run {transforms} and handle {transform} API requests.
|
|
|
-
|
|
|
-If you want to use {transforms} in clients (including {kib}), it must also be
|
|
|
-enabled on all coordinating nodes. You must also have at least one node with the
|
|
|
-`transform` role. This is the default behavior. If you have the {oss-dist}, do
|
|
|
-not use these settings. For more information, see <<transform-settings>>.
|
|
|
+{transform-cap} nodes run {transforms} and handle {transform} API requests. By
|
|
|
+default, data nodes are also transform nodes. If you have the {oss-dist}, do not
|
|
|
+use these settings. For more information, see <<transform-settings>>.
|
|
|
|
|
|
To create a dedicated {transform} node in the {default-dist}, set:
|
|
|
|