|
@@ -18,16 +18,12 @@ Instantiates a {transform}.
|
|
|
[[put-transform-prereqs]]
|
|
|
== {api-prereq-title}
|
|
|
|
|
|
-If the {es} {security-features} are enabled, you must have the following
|
|
|
-built-in roles and privileges:
|
|
|
-
|
|
|
-* `transform_admin`
|
|
|
-* source index: `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}.
|
|
|
+Requires the following privileges:
|
|
|
|
|
|
+* cluster: `manage_transform` (the `transform_admin` built-in role grants this
|
|
|
+ privilege)
|
|
|
+* source indices: `read`, `view_index_metadata`
|
|
|
+* destination index: `read`, `create_index`, index`.
|
|
|
|
|
|
[[put-transform-desc]]
|
|
|
== {api-description-title}
|