Forum Discussion
ElasticSearch connection not appearing in Copy Data activity
- 1 year ago
Hello EHD
Microsoft Fabric currently does not provide a native connector for Elasticsearch in its Copy Data activity within Data Factory pipelineshttps://learn.microsoft.com/en-us/fabric/data-factory/pipeline-support
Microsoft Fabric's Data Factory does not include Elasticsearch in its list of supported connectors for data pipelinesThe REST connector can be used to interact with Elasticsearch by leveraging its API.
If this is helpful ,please accept this solution and guve kudos
Hello EHD
Microsoft Fabric currently does not provide a native connector for Elasticsearch in its Copy Data activity within Data Factory pipelines
https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-support
Microsoft Fabric's Data Factory does not include Elasticsearch in its list of supported connectors for data pipelines
The REST connector can be used to interact with Elasticsearch by leveraging its API.
If this is helpful ,please accept this solution and guve kudos
- EHD1 year agoRegular Visitor
Thanks nilendraFabric, very helpful!
I've now succesfully managed to setup the connection via the REST connector but as my index contains more than 10000 documents, I'd like to implement pagination using the scroll API.
Any idea how to do this using the pagination rules?