A Python Tornado webserver behind an NGNIX proxy with log visualizations provided by the Elastic stack
docker-compose up -d
- Navigate to
http://$(docker-machine ip)
to get at least one NGINX log entry - Navigate to
http://$(docker-machine ip):5601
to open Kibana - Create a Kibana index for
@timestamp
- Navigate to Settings > Objects
- Import the
kibana-nginx-export.json
file in thekibana
directory - Navigate to Dashboard tab and open the saved NGINX Dashboard
Should see something close to this