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 @@ -61,6 +61,16 @@ is returned. Use the `size` and `from` parameters to enumerate through the full
61
61
list.
62
62
63
63
64
+ [float]
65
+ [[transform-node-assignment-limitations]]
66
+ ==== {transforms-cap} node assignment not configurable
67
+
68
+ {transforms-cap} persistent tasks are assigned to the data node running
69
+ fewest persistent tasks at the time of assignment. This cannot be customized.
70
+ It means that if {transforms} are being used then `xpack.transform.enabled`
71
+ must be set to `true` (which is the default) on every data node in the cluster.
72
+
73
+
64
74
[float]
65
75
[[transform-aggresponse-limitations]]
66
76
==== Aggregation responses may be incompatible with destination index mappings
You can’t perform that action at this time.
0 commit comments