File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Therefore the node cannot start or administrate {transform} or receive transport
28
28
communication requests related to {transform} APIs.
29
29
+
30
30
IMPORTANT: If you want to use {transform} features in your cluster, you must have
31
- `xpack.transform.enabled` set to `true` on all master-eligible nodes. This is the
32
- default behavior.
31
+ `xpack.transform.enabled` set to `true` on all master-eligible nodes and all data nodes.
32
+ This is the default behavior.
33
33
34
34
`xpack.transform.num_transform_failure_retries` (<<cluster-update-settings,Dynamic>>)::
35
35
The number of times that a {transform} retries when it experiences a
Original file line number Diff line number Diff line change @@ -68,6 +68,16 @@ is returned. Use the `size` and `from` parameters to enumerate through the full
68
68
list.
69
69
70
70
71
+ [float]
72
+ [[transform-node-assignment-limitations]]
73
+ ==== {transforms-cap} node assignment not configurable
74
+
75
+ {transforms-cap} persistent tasks are assigned to the data node running
76
+ fewest persistent tasks at the time of assignment. This cannot be customized.
77
+ It means that if {transforms} are being used then `xpack.transform.enabled`
78
+ must be set to `true` (which is the default) on every data node in the cluster.
79
+
80
+
71
81
[float]
72
82
[[transform-aggresponse-limitations]]
73
83
==== Aggregation responses may be incompatible with destination index mappings
You can’t perform that action at this time.
0 commit comments