https://github.com/jamct/docker-log
Advanced docker logging examples
https://github.com/jamct/docker-log
Last synced: about 1 year ago
JSON representation
Advanced docker logging examples
- Host: GitHub
- URL: https://github.com/jamct/docker-log
- Owner: jamct
- Created: 2020-02-10T13:37:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T10:27:37.000Z (over 6 years ago)
- Last Synced: 2025-02-08T14:44:57.929Z (over 1 year ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Logging with Kibana and Fluentd
Demo project on collecting docker logs. Using Kibana, Fluentd and Elasticsearch.
## Getting started
Just run `docker-compose up`. After a few minutes Kibana will respond at "localhost:5601". To create some logs, just open "localhost:80" a few times.
This project is not ready for production use! Make sure to add some kind of authorization in front of your Kibana Dashboards.
## Persistent data
To store log data in a persistent docker volume, uncomment the volume definition in docker-compose.yml. Data is stored in "./data/elastic".
## Documentation
The usage is described in German c't magazine (08/2020). [Container-Logbücher](https://www.heise.de/select/ct/2020/8/2000809334796828694)