update warning about index names after transform rename (#48457)
update warning about index names after transform rename
This commit is contained in:
parent
fc1b4ad23c
commit
5ecfcdb162
|
@ -40,9 +40,11 @@ runs with those privileges.
|
|||
|
||||
IMPORTANT: You must use {kib} or this API to update a {transform}.
|
||||
Do not update a {transform} directly via
|
||||
`.data-frame-internal*` indices using the Elasticsearch index API.
|
||||
`.transform-internal*` indices using the Elasticsearch index API.
|
||||
If {es} {security-features} are enabled, do not give users any
|
||||
privileges on `.data-frame-internal*` indices.
|
||||
privileges on `.transform-internal*` indices. If you used transforms
|
||||
prior 7.5, also do not give users any privileges on
|
||||
`.data-frame-internal*` indices.
|
||||
|
||||
[[update-transform-path-parms]]
|
||||
==== {api-path-parms-title}
|
||||
|
|
Loading…
Reference in New Issue