Kibana is not available
Kibana webpage is not loaded in the browser. The error message This page isn’t working is displayed.
Solution
- Verify if the URL is correct. Kibana
URL starts with
https://
prefix if TLS protocol is enabled on the server. - Verify if Kibana port number is exposed. Normally Kibana port number is 5601.
- Login to the server using any terminal emulator. Check if Kibana process is running and check the process
number. Run the following command to check the Kibana
process.
ps -edf | grep node
- Stop the existing Kibana process (if any) and restart your Kibana.
- If Kibana is still not available, see Investigating logs for further troubleshooting.