Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onecricketeer/docker-tornado-site
A Python Tornado webserver (but could be replaced by any webserver) behind an Nginx proxy with log visualizations provided by the ELK stack
https://github.com/onecricketeer/docker-tornado-site
docker-compose kibana-dashboard nginx tornado web-analytics
Last synced: 2 months ago
JSON representation
A Python Tornado webserver (but could be replaced by any webserver) behind an Nginx proxy with log visualizations provided by the ELK stack
- Host: GitHub
- URL: https://github.com/onecricketeer/docker-tornado-site
- Owner: OneCricketeer
- Created: 2016-03-07T17:08:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T02:39:56.000Z (about 5 years ago)
- Last Synced: 2023-03-25T13:05:42.278Z (almost 2 years ago)
- Topics: docker-compose, kibana-dashboard, nginx, tornado, web-analytics
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-tornado-site
A Python Tornado webserver behind an NGNIX proxy with log visualizations provided by the Elastic stack### Run it
```sh
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 DashboardShould see something close to this
![screen shot 2016-02-29 at 5 29 38 pm](https://cloud.githubusercontent.com/assets/1930631/13412609/251ed9b2-df0a-11e5-82e9-ddcf2098f2bb.png)