Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.18 KB

SettingELK.md

File metadata and controls

29 lines (22 loc) · 1.18 KB

Setting up Elasticsearch Kibana and Logstash

git clone

Clone or download the repository Open Terminal inside repo and run

$ sudo docker-compose up -d

-d is for running at the background and if permissions are asked please re-run with sudo privileges

Docker compose up

You should be able to see docker containers.

check with

sudo docker ps

Docker ps

keep in mind kibana is the log ui in this setup we gonna use kibanas port later on by now your monitoring tools are up and running Reminder default password and user would be Username : elsatic Password : changeme