apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.08k stars 1.83k forks source link

[Improve] [Connector-V2] [connector-elasticsearch]Sink Support inserting parent-child document data in versions prior to ES 6. x #8177

Open magic-fh opened 2 days ago

magic-fh commented 2 days ago

Search before asking

Description

The ES cluster we are currently using is based on ES5.6, and when inserting parent-child document type data into ES, the existing Elasticsearch connector cannot meet the requirements. In this case, we need the Elasticsearch connector to support the insertion of data from child documents and accurately route it to the parent document.

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

zhangshenghang commented 2 days ago

this is a good idea. In addition to parent-child documents, it is also necessary to support netsted type data writing.