You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/transform/apis/start-transform.asciidoc
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<titleabbrev>Start {transform}</titleabbrev>
8
8
++++
9
9
10
-
Starts one or more {transforms}.
10
+
Starts a {transform}.
11
11
12
12
[[start-transform-request]]
13
13
== {api-request-title}
@@ -39,8 +39,9 @@ fields in the destination index are derived from scripts (as in the case of
39
39
If it is a latest {transform}, it does not deduce mapping definitions; it uses
40
40
dynamic mappings.
41
41
42
-
TIP: To use explicit mappings, create the destination index before you start the {transform}. Alternatively, you can create an index template, though it does not affect the
43
-
deduced mappings in a pivot {transform}.
42
+
TIP: To use explicit mappings, create the destination index before you start the
43
+
{transform}. Alternatively, you can create an index template, though it does not
44
+
affect the deduced mappings in a pivot {transform}.
44
45
45
46
When the {transform} starts, a series of validations occur to ensure
46
47
its success. If you deferred validation when you created the
@@ -56,7 +57,16 @@ required privileges on the source and destination indices, the
0 commit comments