You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/settings/ml-settings.asciidoc
+10-6
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,19 @@ hardware, you must disable {ml} (by setting `xpack.ml.enabled` to `false`).
22
22
23
23
`node.roles: [ ml ]`::
24
24
(<<static-cluster-setting,Static>>) Set `node.roles` to contain `ml` to identify
25
-
the node as a _{ml} node_ that is capable of running jobs. Every node is a {ml}
26
-
node by default.
25
+
the node as a _{ml} node_. If you want to run {ml} jobs, there must be at least
26
+
one {ml} node in your cluster.
27
27
+
28
-
If you use the `node.roles` setting, then all required roles must be explicitly
29
-
set. Consult <<modules-node>> to learn more.
28
+
By default, every node is a {ml} node. If you set `node.roles`, however,
29
+
you must explicitly specify all the required roles for the node. To learn more,
30
+
refer to <<modules-node>>.
30
31
+
31
-
IMPORTANT: On dedicated coordinating nodes or dedicated master nodes, do not set
32
+
[IMPORTANT]
33
+
====
34
+
* On dedicated coordinating nodes or dedicated master nodes, do not set
32
35
the `ml` role.
33
-
36
+
* It is strongly recommended that dedicated {ml} nodes also have the `remote_cluster_client` role; otherwise, {ccs} fails when used in {ml} jobs or {dfeeds}. See <<remote-node>>.
37
+
====
34
38
35
39
`xpack.ml.enabled`::
36
40
(<<static-cluster-setting,Static>>) Set to `true` (default) to enable {ml} APIs
0 commit comments