Access issues not able to get Elasticsearch status from Browser?

unable to get Elasticsearch status from Browser help me out sort the issue

What did you try exactly?
Did you check the logs?

Hi david,
i .Installed elastic search in aws environment able to install and running fine, in locally i am able to get elastic search status (given below). but i am trying to access the elastic search status from the external browser i can't able to access [even after enable the security group at aws].

please suggest me the solutation.

[root@ip-Myip ec2-user]# curl -XGET localhost:9200
{
"name" : "Myipaddress",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "hT9bHi7DTVS_UI1Kt1Lhfw",
"version" : {
"number" : "7.3.2",
"build_flavor" : "default",
"build_type" : "tar",
"build_hash" : "1c1faf1",
"build_date" : "2019-09-06T14:40:30.409026Z",
"build_snapshot" : false,
"lucene_version" : "8.1.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}

Rgds
DK

Did you change the network.host setting? As mentioned here: https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html

Side note: don't run elasticsearch publicly exposed on internet!

BTW did you look at https://www.elastic.co/cloud? It's much easier to setup a cluster and have it up and running, secured, in minutes...

Cloud by elastic is one way to have access to all features, all managed by us. Think about what is there yet like Security, Monitoring, Reporting, SQL, Canvas, APM, Logs UI, Infra UI, SIEM, Maps UI and what is coming next :slight_smile: ...

1 Like

Thank you David, Issue resolved now i can able to view elastic search status from browser.
for trouble shooting keep it as open. i will follow the Security guide lines as you suggested :+1: :+1:

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