Elasticsearch and kibana not accessible on the web browser

Hi,
I can not access Elasticsearch and kibana from the web browser. When I type in the Url: https://192.168.0.1:9200 on the web browser, I get this error.
{
"name" : "node-1",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "NDmTGD46Sw6ubb_jVTUF1Q",
"version" : {
"number" : "7.10.2",
"build_flavor" : "oss",
"build_type" : "deb",
"build_hash" : "747e1cc71def077253878a59143c1f785afa92b9",
"build_date" : "2021-01-13T00:42:12.435326Z",
"build_snapshot" : false,
"lucene_version" : "8.7.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"

Pls what is causing this error and how can I fix it.

That's not an error that's elasticsearch responding that it's up and running.

Try This for Kibana

https://192.168.0.1:5601/

Or

https://localhost:5601/

1 Like

I have tried that and it didn't work

Did you install Kibana?

If so did you install it on the same host as elasticsearch or a different host?

If so Please share your kibana.yml we can't help without some information.

yes I installed it on the same host as elasticsearch.
image
image

The top image is my Kibana.yml file
The bottom image is my elasticsearch .yml file

Please don't post images of code, it is unreadable and it can not be searched or tested.

I can not read those so please post as text and format with the </> button

I did manage to make out you are using Open Distro. This is the official Elasticsearch Discuss forum and we can not help with Open Distro as it is a fork of the code and completely different at this point.

I suggest that you visit their forum to get help.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.