You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open this link in the browser, I get a JSON with all the data about my cluster.
But when I insert this link in the dejavu connector, I get an error stating that the connection was not successfull.
Sadly I cannot see anything in the docker container's logs..
How can I get this UI to work with the hosted ES?
Thanks in advance!!
The text was updated successfully, but these errors were encountered:
This is most certainly a CORS issue, you need to either deploy a simple API Gateway with proxy passthrough to your cluster, or host an nginx proxy or something.
General information
Issue Description
Cannot connect to Elastic Search cluster hosted in AWS Elasticsearch Service.
In AWS in have the VPC https://vpc-nos-demo-XXXXXXXXXX.eu-central-1.es.amazonaws.com
When I open this link in the browser, I get a JSON with all the data about my cluster.
But when I insert this link in the dejavu connector, I get an error stating that the connection was not successfull.
Sadly I cannot see anything in the docker container's logs..
How can I get this UI to work with the hosted ES?
Thanks in advance!!
The text was updated successfully, but these errors were encountered: