@@ -44,18 +44,17 @@ structure (known as a {dataframe}). The ID for each document in the {dataframe}
4444is generated from a hash of the entity, so there is a unique row per entity. For
4545more information, see <<transforms>>.
4646
47- When the {transform} is created, a series of validations occur to
48- ensure its success. For example, there is a check for the existence of the
49- source indices and a check that the destination index is not part of the source
50- index pattern. You can use the `defer_validation` parameter to skip these
51- checks.
52-
53- Deferred validations are always run when the {transform} is started,
54- with the exception of privilege checks. When {es} {security-features} are
55- enabled, the {transform} remembers which roles the user that created
56- it had at the time of creation and uses those same roles. If those roles do not
57- have the required privileges on the source and destination indices, the
58- {transform} fails when it attempts unauthorized operations.
47+ When the {transform} is created, a series of validations occur to ensure its
48+ success. For example, there is a check for the existence of the source indices
49+ and a check that the destination index is not part of the source index pattern.
50+ You can use the `defer_validation` parameter to skip these checks.
51+
52+ Deferred validations are always run when the {transform} is started, with the
53+ exception of privilege checks. When {es} {security-features} are enabled, the
54+ {transform} remembers which roles the user that created it had at the time of
55+ creation and uses those same roles. If those roles do not have the required
56+ privileges on the source and destination indices, the {transform} fails when it
57+ attempts unauthorized operations.
5958
6059IMPORTANT: You must use {kib} or this API to create a {transform}. Do not put a
6160{transform} directly into any `.transform-internal*` indices using the {es}
0 commit comments