Kibana URL is not working in browser

I have kibana-5.0.1-1.x86_64 installed in Redhat server. The services are up and running and i could see lsof -i :5601 has process but it is not working in browser.
The configuration are copied below.

server.port: 5601
server.host: "0.0.0.0"
server.basePath: "/kibana"
server.name: "servername.domain.name"
elasticsearch.url: "http://servername.domain.name:9200"
elasticsearch.requestTimeout: 30000

Where server.domain.name is the server name where logstash, kibana and Elasticsearch is installed.
I have not changed anything and with the above configuration it was working before.
Is there any commandlline commands to verify Kibana is working in the server itself. I mean by logging in to the Kibana server.

I have reverse proxy and proxy enabled in the Apache and there are no proxy errors in the Apache logs.

Please suggest what kind of debugging I have to make to find the issue.

Are there any errors in the terminal when booting up kibana?

You can turn on verbose logging in kibana.yml and it might help shed some light on the issue.

When go to visit kibana through the browser do you get any console errors?

In the kibana.stderr there are no errors. In the kibana.stdout I see the below message when verbose mode is enabled. I did checked in the server using Curl and it is working. I am sure there are no proxy errors in my Apache since there are no 502 error. I see 304 ( no modification) and 408 errors.

Browser Error:
This page can’t be displayed

•Make sure the web address https://server.domain.name is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.

Curl Output in the Kibana server:
curl -sI http://x.x.x.x:5601/
HTTP/1.1 200 OK
kbn-name: kibana
kbn-version: 5.0.1
cache-control: no-cache
Date: Thu, 24 May 2018 07:51:21 GMT
Connection: keep-alive

From kibana.stdout:
{"type":"log","@timestamp":"2018-05-24T07:34:25Z","tags":["plugins","debug"],"pid":9769,"dir":"/usr/share/kibana/plugins","message":"Scanning /usr/share/kibana/plugins for plugins"}
{"type":"log","@timestamp":"2018-05-24T07:34:26Z","tags":["plugins","debug"],"pid":9769,"dir":"/usr/share/kibana/src/core_plugins","message":"Scanning /usr/share/kibana/src/core_plugins for plugins"}
{"type":"log","@timestamp":"2018-05-24T07:34:26Z","tags":["plugins","debug"],"pid":9769,"path":"/usr/share/kibana/src/core_plugins/console/index.js","message":"Found plugin at /usr/share/kibana/src/core_plugins/console/index.js"}
{"type":"log","@timestamp":"2018-05-24T07:34:27Z","tags":
{"type":"log","@timestamp":"2018-05-24T07:34:28Z","tags":["plugins","debug"],"pid":9769,"path":"/usr/share/kibana/src/core_plugins/table_vis/index.js","message":"Found plugin at /usr/share/kibana/src/core_plugins/table_vis/index.js"}
{"type":"log","@timestamp":"2018-05-24T07:34:28Z","tags":["plugins","debug"],"pid":9769,"path":"/usr/share/kibana/src/core_plugins/timelion/index.js","message":"Found plugin at /usr/share/kibana/src/core_plugins/timelion/index.js"}
{"type":"ops","@timestamp":"2018-05-24T07:34:30Z","tags":[],"pid":9769,"os":{"load":[2.59423828125,2.24853515625,2.31787109375],"mem":{"total":8389943296,"free":139788288},"uptime":64341279},"proc":{"uptime":20.046,"mem":{"rss":118362112,"heapTotal":105787392,"heapUsed":65238952},"delay":4.5089569091796875},"load":{"requests":{},"concurrents":{"5601":0},"responseTimes":{},"sockets":{"http":{"total":0},"https":{"total":0}}},"message":"memory: 62.2MB uptime: 0:00:20 load: [2.59 2.25 2.32] delay: 4.509"}
{"type":"log","@timestamp":"2018-05-24T07:34:30Z","tags":["debug","optimize"],"pid":9769,"message":"All bundles are cached and ready to go!"}
{"type":"log","@timestamp":"2018-05-24T07:34:30Z","tags":["plugins","debug"],"pid":9769,"plugin":{"name":"kibana","version":"kibana"},"message":"Initializing plugin kibana@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["status","plugin:kibana@5.0.1","info"],"pid":9769,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":{"name":"elasticsearch","version":"kibana"},"message":"Initializing plugin elasticsearch@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["status","plugin:kibana@5.0.1","info"],"pid":9769,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":{"name":"metric_vis","version":"kibana"},"message":"Initializing plugin metric_vis@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":{"name":"spy_modes","version":"kibana"},"message":"Initializing plugin spy_modes@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":{"name":"status_page","version":"kibana"},"message":"Initializing plugin status_page@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":{"name":"table_vis","version":"kibana"},"message":"Initializing plugin table_vis@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:31Z","tags":["plugins","debug"],"pid":9769,"plugin":{"author":"Rashid Khan rashid@elastic.co","name":"timelion","version":"kibana"},"message":"Initializing plugin timelion@kibana"}
{"type":"log","@timestamp":"2018-05-24T07:34:32Z","tags":["status","plugin:timelion@5.0.1","info"],"pid":9769,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2018-05-24T07:34:32Z","tags":["listening","info"],"pid":9769,"message":"Server running at http://0.0.0.0:5601"}
{"type":"log","@timestamp":"2018-05-24T07:34:32Z","tags":["status","ui settings","info"],"pid":9769,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2018-05-24T07:34:33Z","tags":["plugin","debug"],"pid":9769,"message":"Checking Elasticsearch version"}

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