[DOCS] Correct important note for xpack.transform.enabled (#52194)

Because transforms get assigned to an arbitrary data node it
is important that the transforms plugin is enabled on every
data node.
This commit is contained in:
David Roberts 2020-02-11 12:54:09 +00:00
parent 16ba59e9d1
commit 4c88996cd7
2 changed files with 12 additions and 2 deletions

View File

@ -28,8 +28,8 @@ Therefore the node cannot start or administrate {transform} or receive transport
communication requests related to {transform} APIs.
+
IMPORTANT: If you want to use {transform} features in your cluster, you must have
`xpack.transform.enabled` set to `true` on all master-eligible nodes. This is the
default behavior.
`xpack.transform.enabled` set to `true` on all master-eligible nodes and all data nodes.
This is the default behavior.
`xpack.transform.num_transform_failure_retries` (<<cluster-update-settings,Dynamic>>)::
The number of times that a {transform} retries when it experiences a

View File

@ -47,6 +47,16 @@ is returned. Use the `size` and `from` parameters to enumerate through the full
list.
[float]
[[transform-node-assignment-limitations]]
==== {transforms-cap} node assignment not configurable
{transforms-cap} persistent tasks are assigned to the data node running
fewest persistent tasks at the time of assignment. This cannot be customized.
It means that if {transforms} are being used then `xpack.transform.enabled`
must be set to `true` (which is the default) on every data node in the cluster.
[float]
[[transform-aggresponse-limitations]]
==== Aggregation responses may be incompatible with destination index mappings