Browse Source

update internal index name in documentation warning (#48125)

Hendrik Muhs 6 years ago
parent
commit
a20f71ad8d
1 changed files with 4 additions and 2 deletions
  1. 4 2
      docs/reference/transform/apis/put-transform.asciidoc

+ 4 - 2
docs/reference/transform/apis/put-transform.asciidoc

@@ -53,9 +53,11 @@ have the required privileges on the source and destination indices, the
 
 
 IMPORTANT:  You must use {kib} or this API to create a {transform}.
 IMPORTANT:  You must use {kib} or this API to create a {transform}.
             Do not put a {transform} directly into any
             Do not put a {transform} directly into any
-            `.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
             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.
 
 
 [[put-transform-path-parms]]
 [[put-transform-path-parms]]
 ==== {api-path-parms-title}
 ==== {api-path-parms-title}