SettingELK.md
September 23, 2022 ยท View on GitHub
Setting up Elasticsearch Kibana and Logstash
- You can get the pre-configured package at https://github.com/deviantony/docker-elk also, you can configure your system defaults also work but less securely please check https://github.com/deviantony/docker-elk/blob/main/README.md for further information on configuration details

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

You should be able to see docker containers.
check with
sudo 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