fix telegraf file input for zeek log

This commit is contained in:
m0duspwnens
2020-09-01 15:34:06 -04:00
parent 93f30a2064
commit 08ca2055dc

View File

@@ -756,7 +756,7 @@
# data_format = "influx"
{% if salt['pillar.get']('healthcheck:enabled', 'False') %}
[[inputs.file]]
files = ["/nsm/zeek/logs/zeek_restart.log"]
files = ["/host/nsm/zeek/logs/zeek_restart.log"]
data_format = "influx"
{% endif %}