There are few simple configurations which we have to do to access VM from PuTTY and also accessing your Kibana from your parent /master OS browser .
first install
Step 1 - Update and upgrade repo.
apt-get update
apt-get upgrade
Step 2 – Install SSH Server
apt-get install openssh-server
Go to your Oracle VM and follow below steps
click on settings
click on Network->port forward in poped up window
and set ports as in screen below
Elasticsearch : 9200
Kibana : 5601
SSH: 22
To make Elastic and Kibana available on PuTTY and Winscp installed on your Local system we have to make some chanages to Elastic and Kibana configuration files as below .
Open elasticsearch.yml and set
network.host : 0.0.0.0 ( By default it will be commented )
Folloow the same for Kibana.yml .
Now you are ready to access both from PuTTY and WinScp and Kibana can be accessed using local browser .