zeus
4 years ago
1 changed files with 33 additions and 0 deletions
@ -0,0 +1,33 @@ |
|||||
|
<source> |
||||
|
@type forward |
||||
|
@id input1 |
||||
|
@label @mainstream |
||||
|
port 24224 |
||||
|
</source> |
||||
|
|
||||
|
<filter **> |
||||
|
@type stdout |
||||
|
</filter> |
||||
|
|
||||
|
<label @mainstream> |
||||
|
<match docker.**> |
||||
|
@type file |
||||
|
@id output_docker1 |
||||
|
path /fluentd/log/docker.*.log |
||||
|
symlink_path /fluentd/log/docker.log |
||||
|
append true |
||||
|
time_slice_format %Y%m%d |
||||
|
time_slice_wait 1m |
||||
|
time_format %Y%m%dT%H%M%S%z |
||||
|
</match> |
||||
|
<match **> |
||||
|
@type file |
||||
|
@id output1 |
||||
|
path /fluentd/log/data.*.log |
||||
|
symlink_path /fluentd/log/data.log |
||||
|
append true |
||||
|
time_slice_format %Y%m%d |
||||
|
time_slice_wait 10m |
||||
|
time_format %Y%m%dT%H%M%S%z |
||||
|
</match> |
||||
|
</label> |
Loading…
Reference in new issue