abc icon indicating copy to clipboard operation
abc copied to clipboard

Abc import from local MS SqlServer to local ElasticSearch

Open gutospinelli opened this issue 3 years ago • 2 comments

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!

gutospinelli avatar Aug 07 '20 18:08 gutospinelli

Hello, it turned out to solve this gap?

rupa4ok avatar Jan 29 '21 09:01 rupa4ok

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

siddharthlatest avatar Jan 29 '21 10:01 siddharthlatest