An example utilization of filebeat, logstash, elasticsearch and kibana: ELK.
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$ docker logs -f elk_filebeat_1
$ docker logs -f elk_logstash_1Open your browser and go to http://0.0.0.0:5601. That's it ! 🎦 📟
$ docker-compose down