- Install Linux (Tested on Ubuntu 16.04) as VM or Bare Metal OS
- Install Python using
apt-get install python
git clone https://github.com/openusm/openusm
cd openusm
sh bootstrap.sh provision_docker
Open/Create /etc/docker/daemon.json and add the below lines:
{
"log-driver": "syslog"
}
Restart the Docker daemon
service docker restart
sh bootstrap.sh provision_elk
Verify the Kibana UI by opening http://<IP>:5601
under the browser.
You can also verify using the below commands:
curl <HOSTIP>:9200
curl <HOSTIP>:5601
cd openusm/logging/logextractor
python lclogexporter.py -i <iDRACIP> -ei <ElasticIP> -eu elastic -ep changeme
Click on Discovery option on the left side to view the logs.