Run the ELK (Elasticseach, Logstash, Kibana) stack with Docker and Docker-compose, based on the official images:
- Install Docker.
- Install Docker-compose
- Clone this repository
Start the ELK stack with docker-compose:
$ cd elastic-docker
$ docker-compose up -d
To load sample dashboard:
$ cd dashboard/bin
$ ./boot.sh
To view dashboard, pointer your browser to http://<your_elk_host>:5601
Configurations are in their respective directories. Adjust *docker-compose.yml" and other configurations files as needed.