apiVersion: v1
data:
fluent.conf: |
@type forward
port 24224
@type file
append true
path /fluentd/log/infra-container.*.log
symlink_path /fluentd/log/infra-container.log
time_slice_format %Y%m%d
time_slice_wait 1m
time_format %Y%m%dT%H%M%S%z
@type file
append true
path /fluentd/log/infra.*.log
symlink_path /fluentd/log/infra.log
time_slice_format %Y%m%d
time_slice_wait 1m
time_format %Y%m%dT%H%M%S%z
@type file
append true
path /fluentd/log/app.*.log
symlink_path /fluentd/log/app.log
time_slice_format %Y%m%d
time_slice_wait 1m
time_format %Y%m%dT%H%M%S%z
@type file
append true
path /fluentd/log/audit.*.log
symlink_path /fluentd/log/audit.log
time_slice_format %Y%m%d
time_slice_wait 1m
time_format %Y%m%dT%H%M%S%z
@type stdout
kind: ConfigMap
metadata:
name: fluentdserver