Default docker log name is container ID

The default docker log name is the 12 character container ID, the sample test.conf setup above filters for Docker.* which will not pick anything up unless users start their containers with at "Docker" tag
This commit is contained in:
Brian Kaufman 2017-02-14 12:53:12 -05:00 committed by GitHub
parent 58ad6a7119
commit 34b5b993ca
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ aggregate store.
@type forward
</source>
<match docker.**>
<match *>
@type stdout
</match>