I have installed ELK stack on the server and all the services are working fine. I am able to get the success response when querying the elasticsearch and kibana ports usin curl:
sudo curl -i http://localhost:5601
HTTP/1.1 200 OK
kbn-name: kibana
kbn-version: 5.6.2
cache-control: no-cache
content-type: text/html; charset=utf-8
content-length: 217
accept-ranges: bytes
Date: Tue, 03 Oct 2017 14:51:23 GMT
Connection: keep-alive
sudo curl -i http://localhost:9200
{
"name" : "tKje9_b",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "RNf1u8YxT2mn17SPnMtx8A",
"version" : {
"number" : "5.6.2",
"build_hash" : "57e20f3",
"build_date" : "2017-09-23T13:16:45.703Z",
"build_snapshot" : false,
"lucene_version" : "6.6.1"
},
"tagline" : "You Know, for Search"
}
However i am unable to access the kibana dashboard on browser using the server_IP:5601