Skip to content

A Python Tornado webserver (but could be replaced by any webserver) behind an Nginx proxy with log visualizations provided by the ELK stack

Notifications You must be signed in to change notification settings

OneCricketeer/docker-tornado-site

Repository files navigation

docker-tornado-site

A Python Tornado webserver behind an NGNIX proxy with log visualizations provided by the Elastic stack

Run it

docker-compose up -d

View some log-visualizations

  1. Navigate to http://$(docker-machine ip) to get at least one NGINX log entry
  2. Navigate to http://$(docker-machine ip):5601 to open Kibana
  3. Create a Kibana index for @timestamp

Import some pre-made visualizations

  1. Navigate to Settings > Objects
  2. Import the kibana-nginx-export.json file in the kibana directory
  3. Navigate to Dashboard tab and open the saved NGINX Dashboard

Should see something close to this

screen shot 2016-02-29 at 5 29 38 pm

About

A Python Tornado webserver (but could be replaced by any webserver) behind an Nginx proxy with log visualizations provided by the ELK stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published