@@ -31,6 +31,12 @@ information, see {stack-ov}/security-privileges.html[Security privileges] and
31
31
[[put-data-frame-transform-desc]]
32
32
==== {api-description-title}
33
33
34
+ When the {dataframe-transform} is created, a series of validations occur to
35
+ ensure its success. For example, there is a check for the existence of the
36
+ source indices and a check that the destination index is not part of the source
37
+ index pattern. You can use the `defer_validation` parameter to skip these
38
+ checks.
39
+
34
40
IMPORTANT: You must use {kib} or this API to create a {dataframe-transform}.
35
41
Do not put a {dataframe-transform} directly into any
36
42
`.data-frame-internal*` indices using the Elasticsearch index API.
@@ -49,13 +55,13 @@ IMPORTANT: You must use {kib} or this API to create a {dataframe-transform}.
49
55
==== {api-query-parms-title}
50
56
51
57
`defer_validation`::
52
- (Optional, boolean) When `true`, deferrable validations are not run. This
53
- behavior may be desired if the source index does not exist until after the
54
- {dataframe-transform} is created. Deferred validations are always run when the
55
- {dataframe-transform} is started, with the exception of privilege checks. If the
56
- user who created the transform does not have the required privileges on the
57
- source and destination indices, the transform starts but then fails when it
58
- attempts the unauthorized operation. The default value is `false`.
58
+ (Optional, boolean) When `true`, deferrable validations are not run. This
59
+ behavior may be desired if the source index does not exist until after the
60
+ {dataframe-transform} is created. Deferred validations are always run when the
61
+ {dataframe-transform} is started, with the exception of privilege checks. If
62
+ the user who created the transform does not have the required privileges on
63
+ the source and destination indices, the transform starts but then fails when
64
+ it attempts the unauthorized operation. The default value is `false`.
59
65
60
66
[[put-data-frame-transform-request-body]]
61
67
==== {api-request-body-title}
0 commit comments