Browser not able to load webpage

Hi Team,
I have installed elk stack through elastic.co .
OS centos 6
firewall and seliux is disabled.
When i use Wget i get response 200 for kibana and elastisearch

wget localhost:9200
wget localhost:5601

But when trying to get access from browser it shows, SITE Cannot be reached.

Below are the logs

[2017-12-26T18:13:37,949][INFO ][o.e.c.s.MasterService ] [WThuOIG] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {WThuOIG}{WThuOIG8Q7qY0KwQA4yx8w}{engWM0qAShGE_x5uQftA0Q}{localhost}{127.0.0.1:9300}

[2017-12-26T18:13:37,955][INFO ][o.e.c.s.ClusterApplierService] [WThuOIG] new_master {WThuOIG}{WThuOIG8Q7qY0KwQA4yx8w}{engWM0qAShGE_x5uQftA0Q}{localhost}
{127.0.0.1:9300}, reason: apply cluster state (from master [master {WThuOIG}{WThuOIG8Q7qY0KwQA4yx8w}{engWM0qAShGE_x5uQftA0Q}{localhost}{127.0.0.1:9300} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])

[2017-12-26T18:13:38,006][INFO ][o.e.h.n.Netty4HttpServerTransport] [WThuOIG] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}

[2017-12-26T18:13:38,006][INFO ][o.e.n.Node ] [WThuOIG] started

[2017-12-26T18:13:38,828][INFO ][o.e.g.GatewayService ] [WThuOIG] recovered [3] indices into cluster_state

[2017-12-26T18:13:42,157][INFO ][o.e.c.r.a.AllocationService] [WThuOIG] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[logstash-2017.12.22][0]] ...]).

A few questions,

  • Are you using the server.host configuration?
    • If so, does it work when you try to access http://hostname-from-config:5601?
  • Was there a file downloaded when you tried wget localhost:5601?
    • If so, is there any useful information in that file?
  • What is the full output you see when you try: curl -i -L http://localhost:5601/api/status
    • Please give the response using code formatting, as in: <code>output</code>
  • Is the Kibana server using HTTPS?

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