Kibana 502 Bad gateway error

Alright. You will have to start Kibana manually then.

  1. When you log into your lab environment, you see a Linux terminal. Type the following command and hit enter:
ssh server1
  1. When prompted "Are you sure you want to continue connecting", type yes
  2. Next, stop any running Kibana process by typing the following:
killall node
  1. Now, start Kibana by typing the following:
kibana/bin/kibana

You should now see some log messages in your terminal as Kibana starts up. After a while, you should see the following message:

Server running at http://server1:5601

That means Kibana should then be accessible.