diff --git a/templates/td-agent.conf b/templates/td-agent.conf index ca18442df704a25dd6214c11843e04036a9db79f..d63331adfc27a24e508486f71efc160dab79010f 100644 --- a/templates/td-agent.conf +++ b/templates/td-agent.conf @@ -59,7 +59,7 @@ <source> @type tail path /var/log/*.log - exclude_path ["/var/log/fail2ban.log"] + exclude_path ["/var/log/fail2ban.log"{% for path in fluentd_exclude_path|default([]) %}, "{{ path }}"{% endfor %}] format syslog pos_file /var/log/td-agent/general.log.pos tag general.*