Hi everyone, Last week, I was about to use AWS Ope...
# all-things-deployment
f
Hi everyone, Last week, I was about to use AWS Opensearch but faced to this issue. The
elasticsearchSetupJob
couldn’t communicate with the Opensearch domain. Any thoughts? Configuration is referenced from here. The error message is:
Copy code
Received 401 from https://<<vpc-endpoint>>:443. Sleeping 1s
s
Can you reproduce the problem with the latest release of DataHub OSS? https://github.com/acryldata/datahub/releases We recommend people to use latest server release.
f
I’ve deployed datahub by using the latest
datahub-helm
version 0.2.109 on EKS.
s
What version of Opensearch? We have not tested with all version of Opensearch. We recommend using Elasticsearch.
f
I've tested on the both Opensearch 1.3 and Elasticsearch 7.10. Base on the 401 error, I guess that the authen config causes the problem.