Kibana is not available

Kibana webpage is not loaded in the browser. The error message This page isn’t working is displayed.

Solution

  1. Verify if the URL is correct. Kibana URL starts with https:// prefix if TLS protocol is enabled on the server.
  2. Verify if Kibana port number is exposed. Normally Kibana port number is 5601.
  3. 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
  4. Stop the existing Kibana process (if any) and restart your Kibana.
  5. If Kibana is still not available, see Investigating logs for further troubleshooting.