You do not need to configure any settings to use transforms. It is enabled by default.
General transforms settings
-
node.roles: [ transform ] -
(Static) Set
node.rolesto containtransformto identify the node as a transform node. If you want to run transforms, there must be at least one transform node in your cluster.If you set
node.roles, you must explicitly specify all the required roles for the node. To learn more, refer to Node.It is strongly recommended that dedicated transform nodes also have the
remote_cluster_clientrole; otherwise, cross-cluster search fails when used in transforms. See Remote-eligible node. -
xpack.transform.enabled - [7.8.0] Deprecated in 7.8.0. Basic License features should always be enabled (Static) This deprecated setting no longer has any effect.
-
xpack.transform.num_transform_failure_retries -
(Dynamic) The number of times that a transform
retries when it experiences a non-fatal error. Once the number of retries is
exhausted, the transform task is marked as
failed. The default value is10with a valid minimum of0and maximum of100. If a transform is already running, it has to be restarted to use the changed setting.