|
@@ -19,15 +19,12 @@ Updates an existing {dfanalytics-job}.
|
|
|
[[ml-update-dfanalytics-prereq]]
|
|
|
== {api-prereq-title}
|
|
|
|
|
|
-If the {es} {security-features} are enabled, you must have the following
|
|
|
-built-in roles and privileges:
|
|
|
+Requires the following privileges:
|
|
|
|
|
|
-* `machine_learning_admin`
|
|
|
+* cluster: `manage_ml` (the `machine_learning_admin` built-in role grants this
|
|
|
+ privilege)
|
|
|
* source indices: `read`, `view_index_metadata`
|
|
|
* destination index: `read`, `create_index`, `manage` and `index`
|
|
|
-
|
|
|
-For more information, see <<built-in-roles>>, <<security-privileges>>, and
|
|
|
-{ml-docs-setup-privileges}.
|
|
|
|
|
|
NOTE: The {dfanalytics-job} remembers which roles the user who updated it had at
|
|
|
the time of the update. When you start the job, it performs the analysis using
|
|
@@ -35,6 +32,7 @@ those same roles. If you provide
|
|
|
<<http-clients-secondary-authorization,secondary authorization headers>>,
|
|
|
those credentials are used instead.
|
|
|
|
|
|
+
|
|
|
[[ml-update-dfanalytics-desc]]
|
|
|
== {api-description-title}
|
|
|
|