mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix telegraf config
This commit is contained in:
@@ -756,7 +756,7 @@
|
|||||||
# data_format = "influx"
|
# data_format = "influx"
|
||||||
{% if salt['pillar.get']('healthcheck:enabled', 'False') %}
|
{% if salt['pillar.get']('healthcheck:enabled', 'False') %}
|
||||||
[[inputs.file]]
|
[[inputs.file]]
|
||||||
file = ["/nsm/zeek/logs/zeek_restart.log"]
|
files = ["/nsm/zeek/logs/zeek_restart.log"]
|
||||||
data_format = "influx"
|
data_format = "influx"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user