Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Elasticsearch is not running in browser

I have downloaded the Elasticsearch 8.1 in my Ubuntu. After successful installation, when I execute

curl -u elastic https://127.0.0.1:9200 -k

It is showing expected elasticsearch response. But when I hit http://127.0.0.1:9200/ or http://localhost:9200 in my browser, it is returning

Error response

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

After installation, I added network.host: 127.0.0.1 to elasticsearch.yml

Can anybody help me, why it is not running in browser ?

I am using Ubuntu 20 OS & following this Doc

>Solution :

As of version 8.0, Elasticsearch security is turned on by default and SSL/TLS is required for HTTP communications.

You can disable HTTP security if you want, but that’s discouraged.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading