[DOCS] Add transform limitation for underscore field names (#86195)

This commit is contained in:
Lisa Cawley 2022-04-26 12:44:14 -07:00 committed by GitHub
parent 17d877f587
commit dd885e28fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,14 @@ categories:
[[transform-config-limitations]] [[transform-config-limitations]]
== Configuration limitations == Configuration limitations
[discrete]
[[transforms-underscore-limitation]]
=== Field names prefixed with underscores are omitted from latest {transforms}
If you use the `latest` type of {transform} and the source index has field names
that start with an underscore (_) character, they are assumed to be internal
fields. Those fields are omitted from the documents in the destination index.
[discrete] [discrete]
[[transforms-ccs-limitation]] [[transforms-ccs-limitation]]
=== {transforms-cap} support {ccs} if the remote cluster is configured properly === {transforms-cap} support {ccs} if the remote cluster is configured properly