ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose
Run ELK (Elasticsearch, Logstash, Kibana) stack with Docker and Docker Compose. based on (https://github.com/deviantony/docker-elk)
Centralized log management allow you to visualize alerts,log and messages to discover app’s states and issues.
$ docker-compose build
Verbose mode$ docker-compose up
Daemon mode$ docker-compose up -d
Port Forwarding
Give Kibana a few seconds to initialize, then access http://localhost:5601 with your browser.
Test the stack$ nc localhost 5000 < /path/to/logfile.log