|
@@ -18,12 +18,17 @@ Updates certain properties of a {transform}.
|
|
|
[[update-transform-prereqs]]
|
|
|
==== {api-prereq-title}
|
|
|
|
|
|
-* If the {es} {security-features} are enabled, you must have `manage_transform`
|
|
|
-cluster privileges to use this API. The built-in `transform_admin` role has
|
|
|
-these privileges. 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:
|
|
|
+
|
|
|
+* `transform_admin`
|
|
|
+
|
|
|
+* `manage_transform` (the built-in `transform_admin` role has this privilege)
|
|
|
+* source index: `read`, `view_index_metadata`
|
|
|
+* destination index: `read`, `create_index`, `index`
|
|
|
+
|
|
|
+For more information, see <<security-privileges>> and <<built-in-roles>>.
|
|
|
+
|
|
|
|
|
|
[[update-transform-desc]]
|
|
|
==== {api-description-title}
|