Kibana URL is not loading

Kibana URL is not loading for me. URL I am trying to access is localhost:5601. When I start Kibana in the back-end (putty session) I can see Kibana is running in the logs.

What are the logs? Did you try https instead of http? What is your version?

Kibana version is 7.16.2.
I tried both http and https

Logs when I start Kibana from back-end:-

{"type":"log","timestamp":"2023-12-28T09:26:35+00:00","tags":["info","plugins-service"],"pid":77961,"message":"Plugin "metricsEntities" is disabled."}
{"type":"log","timestamp":"2023-12-28T09:26:35+00:00","tags":["info","http","server","Preboot"],"pid":77961,"message":"http server running at
http gbcroappld0003:5601"}

when I give Command "curl --insecure -u kibana_system:qbe4wlsdev --header 'Content-Type: application/json' -XGET
http //gbcroappld0003:5601"

response:-

You do not have permission to access the requested page

Either go back to the previous page or log in as a different user.

-bash-4.2$

What happens when you open https://gbcroappld0003:5601 from a browser?

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