Merge pull request #2193 from satnam6502/fluentd-ek

Make Fluentd/Elasticsearch logging support be robust to log rotation
This commit is contained in:
Joe Beda 2014-11-06 09:10:04 -08:00
commit 9433dcf84c

View File

@ -38,6 +38,7 @@
format json
time_key time
path /var/lib/docker/containers/*/*-json.log
pos /var/lib/docker/containers/*/*-json.log.pos
time_format %Y-%m-%dT%H:%M:%S
tag docker.container.*
</source>