mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Add transform limitation for underscore field names (#86195)
This commit is contained in:
parent
17d877f587
commit
dd885e28fa
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue