Merge pull request #2230 from satnam6502/fluentd-es-image

Make the Fluentd/Elasticsearch logging robust to log rotation
This commit is contained in:
Daniel Smith 2014-11-07 12:18:42 -08:00
commit 6a1e5d63d4

View File

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