CrunchyData / crunchy-postgresql-manager

PostgreSQL-as-a-Service Management Utility. Superseded by Crunchy Container Suite: https://github.com/CrunchyData/crunchy-containers
Apache License 2.0
36 stars 2 forks source link

log aggregation #109

Closed jmccormick2001 closed 8 years ago

jmccormick2001 commented 8 years ago

evaluate options for aggregating all the container logs and all the postgres logs....

with docker 1.8, the log driver run option will support pluggable log drivers like the fluentd driver

http://blog.treasuredata.com/blog/2015/07/07/collecting-docker-logs-with-fluentd/

jmccormick2001 commented 8 years ago

http://elk-docker.readthedocs.org/

this is a docker image that contains elasticsearch, logstash, kibana....

jmccormick2001 commented 8 years ago

https://github.com/fluent/fluentd-docker-image

this is a docker image that contains fluentd

jmccormick2001 commented 8 years ago

now that docker 1.8 is out on centos/rhel, I'll likely use the fluentd log plugin directly on docker as a demo of how log aggregation can be done...for this, I'll likely quit using any sort of log collection (e.g. cpm-admin) and just log to stdout in all containers....still thinking about this....

jmccormick2001 commented 8 years ago

merged into 1.0.1