Couldn't connect kibana for labs

I have carefully followed all the recommended steps:

  • Cleared cache and cookies

  • Disabled all browser extensions (no script or ad blockers active)

  • Restarted my computer

  • Opened the lab link in a fresh, updated Google Chrome browser (Incognito mode)

  • Waited over 5 minutes for the environment to initialize

Unfortunately, I am still receiving the following error:
ERR_CONNECTION_RESET

I’ve also tried different networks and devices without success. I am in Module 4 now. But I couldn't reach the labs from the very beginning.Can you please verify if there’s an issue with the lab environment or provide an alternative access method?

Hello @edabet

I am not sure as part of which training your kibana console is not accessible.

On the terminal check the kibana process :

ps -ef | grep kibana

docker ps

If the kibana container is not healthy maybe restart the container & try.

Thanks!!