We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to use ABC to import data from my local sql server instance to my local elasticsearch instance (running on a docker container)
When I run the following command to import data from sql server to my elasticsearch
abc import --src_type=mssql --src_uri="sqlserver://User:P@ss@DBINSTANCE\DEV:1433?database=DBNAME" http://localhost:9200
I get the following error:
Panic at 48: connection error, http://localhost:9200 [recovered]
Nonetheless, curl to http://localhost:9200 is returning with no problems (200-OK)
Any help would be appreciate. Thanks!
The text was updated successfully, but these errors were encountered:
Hello, it turned out to solve this gap?
Sorry, something went wrong.
@rupa4ok If you're seeing this error, can you share your Elasticsearch version info? If it's a different error, can you open an issue for it?
No branches or pull requests
I am trying to use ABC to import data from my local sql server instance to my local elasticsearch instance (running on a docker container)
When I run the following command to import data from sql server to my elasticsearch
I get the following error:
Nonetheless, curl to http://localhost:9200 is returning with no problems (200-OK)
Any help would be appreciate. Thanks!
The text was updated successfully, but these errors were encountered: