From 2804ff49b6f30b97e86f7fd41a3221a126f1e8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 23 May 2022 10:10:03 +0200 Subject: [PATCH] [DOCS] Improves warning message in Update transform API docs (#86920) Co-authored-by: Lisa Cawley --- docs/reference/transform/apis/update-transform.asciidoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/reference/transform/apis/update-transform.asciidoc b/docs/reference/transform/apis/update-transform.asciidoc index 6ee7e648cb62..0e2546958f67 100644 --- a/docs/reference/transform/apis/update-transform.asciidoc +++ b/docs/reference/transform/apis/update-transform.asciidoc @@ -46,11 +46,9 @@ each checkpoint. of update and runs with those privileges. If you provide <>, 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. ====