Skip to content

Commit 223092e

Browse files
authored
[Transform] Expand the docs section regarding mappings deduction in transform's dest index (#91077) (#91078)
1 parent 7723cac commit 223092e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,16 @@ The destination for the {transform}.
148148
end::dest[]
149149

150150
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
152154
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>>
155156
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}.
156161
end::dest-index[]
157162

158163
tag::dest-pipeline[]

0 commit comments

Comments
 (0)