File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,16 @@ The destination for the {transform}.
148
148
end::dest[]
149
149
150
150
tag::dest-index[]
151
- The _destination index_ for the {transform}. The mappings of the destination
151
+ The _destination index_ for the {transform}.
152
+
153
+ In the case of a `pivot` transform, the mappings of the destination
152
154
index are deduced based on the source fields when possible. If alternate
153
- mappings are required, use the
154
- https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html[Create index API]
155
+ mappings are required, use the <<indices-create-index,Create index API>>
155
156
prior to starting the {transform}.
157
+
158
+ In the case of a `latest` transform, the mappings are never deduced. If dynamic
159
+ mappings for the destination index are undesirable, use the
160
+ <<indices-create-index,Create index API>> prior to starting the {transform}.
156
161
end::dest-index[]
157
162
158
163
tag::dest-pipeline[]
You can’t perform that action at this time.
0 commit comments