Skip to content

Commit 5f7968f

Browse files
authored
[Transform] Expand the docs section regarding mappings deduction in transform's dest index (#91077) (#91080)
1 parent c0ddadc commit 5f7968f

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
@@ -150,11 +150,16 @@ The destination for the {transform}.
150150
end::dest[]
151151

152152
tag::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
154156
index 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>>
157158
prior 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}.
158163
end::dest-index[]
159164

160165
tag::dest-pipeline[]

0 commit comments

Comments
 (0)