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 @@ -150,11 +150,16 @@ The destination for the {transform}.
150150end::dest[]
151151
152152tag::dest-index[]
153- The _destination index_ for the {transform}. The mappings of the destination
153+ The _destination index_ for the {transform}.
154+
155+ In the case of a `pivot` transform, the mappings of the destination
154156index are deduced based on the source fields when possible. If alternate
155- mappings are required, use the
156- https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html[Create index API]
157+ mappings are required, use the <<indices-create-index,Create index API>>
157158prior to starting the {transform}.
159+
160+ In the case of a `latest` transform, the mappings are never deduced. If dynamic
161+ mappings for the destination index are undesirable, use the
162+ <<indices-create-index,Create index API>> prior to starting the {transform}.
158163end::dest-index[]
159164
160165tag::dest-pipeline[]
You can’t perform that action at this time.
0 commit comments