Having issue bringing accessing Kibana UI

I installed 7.1.1 version of Kibana,Elastic search and tried binging Kibana up with the required changes. I am fairly new the the installation on elastic search stack. Not sure if I am missing anything.

I see port listening and logs doesn't have any errors when I start Kibana. I am not able to access the url though. When I did check for verbose curl
curl http://localhost:5601 (Doesn't give any output)
curl -v -L http://localhost:5601 (Below is the end snippet which I thought would be helpful to debug)

Loading Kibana

Please upgrade your browser

This Kibana installation has strict security requirements enabled that your current browser does not meet.
// Since this script tag does not contain a nonce, this code will not run

// in browsers that support content security policy(CSP). This is

// intentional as we check for the existence of kbnCspNotEnforced in

// bo

Yes, we've introduced a content security policy in Kibana to prevent common security attacks. Because curl isn't a browser that supports content security policy, you got this error message. If you try accessing Kibana in a modern browser, things should load up just fine. :slight_smile:

Hi Lukas,

what do you mean modern browser ? we tried it in the same url in Google chrome browser , IE is not working. could you please share some documentation do need to update any settings either kibana or ES side ?

Regards,
Yogesh

When you load up Kibana in the browser, do you get the same error message as above? (Please upgrade your browser)

Nope. I am not getting any results in the browser and am seeing continuous loading screen. The snippet I posted is from a curl call on the machine.

Are you getting any browser console errors? Have you enabled verbose logging on the Kibana server to see if there is anything helpful there?

Hi Lukas,
I enabled verbose logging and I see Kibana is up on http://localhost:5601 and also log is getting rotated as well. No errors were noticed in the logs. I used default Kibana.yml just enabling basic properties. Should I post the log?

After loading for certain time on browser, I see a generic message that it cannot reach to the url and this might be because of a firewall issue, etc.

Hi Lukas,

Below is from Kibana log.

{"type":"log","@timestamp":"2019-06-19T05:53:45Z","tags":["debug","server"],"pid":1844,"message":"starting server"}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","http","server"],"pid":1844,"message":"starting http server"}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","http","server"],"pid":1844,"message":"http server running at http://localhost:5601"}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","plugins-service"],"pid":1844,"message":"Starting plugins service"}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","config"],"pid":1844,"message":"Marking config path as handled: plugins"}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","plugins-discovery"],"pid":1844,"message":"Discovering plugins..."}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","plugins-discovery"],"pid":1844,"message":"Scanning "/src/plugins" for plugin sub-directories..."}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","plugins-discovery"],"pid":1844,"message":"Scanning "/plugins" for plugin sub-directories..."}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","plugins-discovery"],"pid":1844,"message":"Scanning "/kibana-extra" for plugin sub-directories..."}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","plugins-service"],"pid":1844,"message":"Discovered 0 plugins."}
{"type":"log","@timestamp":"2019-06-19T05:53:46Z","tags":["debug","legacy-service"],"pid":1844,"message":"starting legacy service"}
{"type":"log","@timestamp":"2019-06-19T05:53:47Z","tags":["debug","config"],"pid":1844,"message":"Marking config path as handled: server"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/node_modules/x-pack","message":"Found plugin at /usr/share/kibana/node_modules/x-pack"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["debug","legacy-proxy"],"pid":1844,"message":""getConnections" has been called."}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/apm_oss","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/apm_oss"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/console","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/console"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/elasticsearch","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/elasticsearch"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/inspector_views","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/inspector_views"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/interpreter","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/interpreter"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/kbn_doc_views","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/kbn_doc_views"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/input_control_vis","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/input_control_vis"}
{"type":"log","@timestamp":"2019-06-19T05:54:04Z","tags":["plugin","debug"],"pid":1844,"path":"/usr/share/kibana/src/legacy/core_plugins/kbn_vislib_vis_types","message":"Found plugin at /usr/share/kibana/src/legacy/core_plugins/kbn_vislib_vis_types"}

Hi Lukas,
I was able to bring Kibana Up. Kibana is always up but it was firewall that was blocking the UI access. Sorry for troubling you and thanks for the quick reply.

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