I have installed elasticsearch and marvel and am able to access elasticsearch through curl.
This is what I get when i curl to PUBLIC_DNS:9200
{
"status" : 200,
"name" : "Ares",
"version" : {
"number" : "1.1.1",
"build_hash" : "f1585f096d3f3985e73456debdc1a0745f512bbc",
"build_timestamp" : "2014-04-16T14:27:12Z",
"build_snapshot" : false,
"lucene_version" : "4.7"
},
"tagline" : "You Know, for Search"
}
and this when I curl to PUBLIC_DNS:9200/_plugin/marvel/
<head><meta http-equiv="refresh" content="0; URL=/_plugin/marvel/"></head>
How is it possible for me to access Elasticsearch through browser. The installation guide says it should be available through browser on localhost:9200
The server is running on an AWS instance will port 9200 added to the securitygroup.