|
@@ -20,10 +20,18 @@ experimental[]
|
|
|
[[ml-start-dfanalytics-prereq]]
|
|
|
==== {api-prereq-title}
|
|
|
|
|
|
-* You must have `machine_learning_admin` built-in role to use this API. You must
|
|
|
-also have `read` and `view_index_metadata` privileges on the source index and
|
|
|
-`read`, `create_index`, and `index` privileges on the destination index. For
|
|
|
-more information, see <<security-privileges>> and <<built-in-roles>>.
|
|
|
+If the {es} {security-features} are enabled, you must have the following built-in roles and privileges:
|
|
|
+
|
|
|
+* `machine_learning_admin`
|
|
|
+* `kibana_user` (UI only)
|
|
|
+
|
|
|
+
|
|
|
+* source index: `read`, `view_index_metadata`
|
|
|
+* destination index: `read`, `create_index`, `manage` and `index`
|
|
|
+* cluster: `monitor` (UI only)
|
|
|
+
|
|
|
+For more information, see <<security-privileges>> and <<built-in-roles>>.
|
|
|
+
|
|
|
|
|
|
[[ml-start-dfanalytics-path-params]]
|
|
|
==== {api-path-parms-title}
|