Cannot access Elasticsearch on public URL
ilvalerione
PROOP

2 months ago

I deployed an instance of Elasticsearch + Kibana

The elasticsearch service is configured with a public URL on port 9200 (image attached)

But when I try to access this instance with the browser on port 9200, it loads for a bit and then return "Connection timeout"

Do you know what I can check?

Attachments

$10 Bounty

2 Replies

I'm able to access it just fine. Have you tried accessing it in incognito or a different browser/machine?

Attachments


ilvalerione
PROOP

2 months ago

I deployed a new Elastic+Kibana instance with authentication enabled by default (xpack.security.enabled=true) and Kibana is not accessible on the public domain and returns 502 HTTP error. Elastic present the basic authentication form, but even filling the username and password it open up the authentication form again and again never authenticating.

I also tried to connect to the elasticsearch instance from my application using the Elasticsearch SDK with basic authentication, but after loading for a bit it returns the error:

error: No alive nodes. All the 1 nodes seem to be down.


Loading...