Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 28, 2022 6:28PM
Likes: 0
Replies: 1
Hi Team,
I am getting this error when I am trying to setup Elasticsearch connection in Dataiku DSS.
Error: Connection Error: Server didn't answer 200 but 401: Unauthorized.
The connection details are correct but, don't know what could be the issue.
Operating system used: centos
Hi @SaiNaveen1
,
Can you confirm
1. flavor(ElasticSearch, OpenSearch)
2. Exact version of ElasticSearch?
3. DSS version
Also, if you test from CLI and see if your get similar results 401?
curl https://xxxxxx:9200 -u username:password -v
Thanks