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 @@ -47,6 +47,16 @@ is returned. Use the `size` and `from` parameters to enumerate through the full
47
47
list.
48
48
49
49
50
+ [float]
51
+ [[transform-node-assignment-limitations]]
52
+ ==== {transforms-cap} node assignment not configurable
53
+
54
+ {transforms-cap} persistent tasks are assigned to the data node running
55
+ fewest persistent tasks at the time of assignment. This cannot be customized.
56
+ It means that if {transforms} are being used then `xpack.transform.enabled`
57
+ must be set to `true` (which is the default) on every data node in the cluster.
58
+
59
+
50
60
[float]
51
61
[[transform-aggresponse-limitations]]
52
62
==== Aggregation responses may be incompatible with destination index mappings
You can’t perform that action at this time.
0 commit comments