Alright. You will have to start Kibana manually then.
- When you log into your lab environment, you see a Linux terminal. Type the following command and hit enter:
ssh server1
- When prompted "Are you sure you want to continue connecting", type
yes
- Next, stop any running Kibana process by typing the following:
killall node
- 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.