@@ -9,10 +9,9 @@ If {xpack} is installed, there is an additional node type:
9
9
<<ml-node,Machine learning node>>::
10
10
11
11
A node that has `xpack.ml.enabled` and `node.ml` set to `true`, which is the
12
- default behavior when {xpack} is installed. If you want to use {xpackml}
13
- features, there must be at least one {ml} node in your cluster. For more
14
- information about {xpackml} features,
15
- see {xpack-ref}/xpack-ml.html[Machine Learning in the Elastic Stack].
12
+ default behavior when {xpack} is installed. If you want to use {ml-features}, there must be at least one {ml} node in your cluster. For more
13
+ information about {ml-features},
14
+ see {stack-ov}/xpack-ml.html[Machine learning in the {stack}].
16
15
17
16
IMPORTANT: Do not set use the `node.ml` setting unless {xpack} is installed.
18
17
Otherwise, the node fails to start.
@@ -88,11 +87,11 @@ node.ml: false <5>
88
87
[[ml-node]]
89
88
=== [xpack]#Machine learning node#
90
89
91
- The {xpackml} features provide {ml} nodes, which run jobs and handle {ml} API
90
+ The {ml- features} provide {ml} nodes, which run jobs and handle {ml} API
92
91
requests. If `xpack.ml.enabled` is set to true and `node.ml` is set to `false`,
93
92
the node can service API requests but it cannot run jobs.
94
93
95
- If you want to use {xpackml} features in your cluster, you must enable {ml}
94
+ If you want to use {ml- features} in your cluster, you must enable {ml}
96
95
(set `xpack.ml.enabled` to `true`) on all master-eligible nodes. Do not use
97
96
these settings if you do not have {xpack} installed.
98
97
0 commit comments