-
Notifications
You must be signed in to change notification settings - Fork 7
Error while transfer from Elastic search Milvus: Unable to create a source for identifier 'Elasticsearch'. #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gifi-siby Hi,Is there any error log which can help us investigate? Thank you! |
Sure, below is the logs I got in the console:
|
Additional Logs: |
looks like the es endpoint has some problem. It should be http://127.0.0.1:9200, no "/" behind. Also, make sure your local es cluster can be accessed in seatunnel pod |
I have removed the postfix "/" from the endpoint url and how can I confirm that my es cluster is accessible in seatunnel? |
I am trying to migrate data from Elasticsearch to Milvus and below is my configuration:
When try to run
./bin/seatunnel.sh --config ./es_to_milvus.conf -m local
, getting the below error:[Factory initialize failed] - Unable to create a source for identifier 'Elasticsearch'.
The text was updated successfully, but these errors were encountered: