[DOCS] Improves warning message in Update transform API docs (#86920)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
István Zoltán Szabó 2022-05-23 10:10:03 +02:00 committed by GitHub
parent a96952571f
commit 2804ff49b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,11 +46,9 @@ each checkpoint.
of update and runs with those privileges. If you provide
<<http-clients-secondary-authorization,secondary authorization headers>>, those
credentials are used instead.
* You must use {kib} or this API to update a {transform}. Do not update a
{transform} directly via `.transform-internal*` indices using the {es} index API.
If {es} {security-features} are enabled, do not give users any privileges on
`.transform-internal*` indices. If you used {transforms} prior 7.5, also do not
give users any privileges on `.data-frame-internal*` indices.
* You must use {kib} or this API to update a {transform}. Directly updating any
{transform} internal, system, or hidden indices is not supported and may cause
permanent failure.
====