fluentd-linux: enabled: true fluentd-windows: enabled: false nameOverride: fluentd rbac: create: true serviceAccount: create: true service: type: ClusterIP ports: - name: metric port: 24231 targetPort: metric secrets: entry: fluent.conf: |- @include /fluentd/etc/config/precan/*.conf @include /fluentd/etc/config/custom/project/*.conf @include /fluentd/etc/config/custom/cluster/*.conf config: system.conf: |- @type prometheus bind 0.0.0.0 port 24231 metrics_path /metrics @type prometheus_output_monitor interval 10 pod_name ${hostname} rpc_endpoint 127.0.0.1:24444 custom_cluster.conf: |- @type tail path /var/lib/rancher/log-volumes/*/apache2/*/* pos_file /fluentd/log/custom_cluster_apache2_new.log.pos tag tmp-cluster-custom.* format /^(?[^ ]*) [^ ]* (?[^ ]*) \[(?