summaryrefslogtreecommitdiffstats
path: root/roles/fluentd_master/templates/kubernetes.conf.j2
blob: 7b5c860627515b420bc3e3a68a238877809ade7d (plain)
1
2
3
4
5
6
7
8
9
<match kubernetes.**>
    type file
    path /var/log/td-agent/containers.log
    time_slice_format %Y%m%d
    time_slice_wait 10m
    time_format %Y%m%dT%H%M%S%z
    compress gzip
    utc
</match>