Skip to content

kdiri/ELK

Repository files navigation

ELK-UseCase

An example utilization of filebeat, logstash, elasticsearch and kibana: ELK.

alt text

Launch ELK-UseCase

As we are in the same directory of docker-compose file and there is no any other docker-compose file, you don't need to precise .yml file by doing -f docker-compose.yml

$ cd ELK/
$ docker-compose up -d

Watch Containers Logs

$ docker logs -f elk_filebeat_1
$ docker logs -f elk_logstash_1

Visualise Kibana

Open your browser and go to http://0.0.0.0:5601. That's it ! 🎦 📟

Stop ELK-UseCase

$ docker-compose down

Enjoy ! 🐢

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published