Skip to content
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

Abc import from local MS SqlServer to local ElasticSearch #187

Open
gutospinelli opened this issue Aug 7, 2020 · 2 comments
Open

Abc import from local MS SqlServer to local ElasticSearch #187

gutospinelli opened this issue Aug 7, 2020 · 2 comments

Comments

@gutospinelli
Copy link

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!

@rupa4ok
Copy link

rupa4ok commented Jan 29, 2021

Hello, it turned out to solve this gap?

@siddharthlatest
Copy link
Member

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants