Merge pull request #1038 from Security-Onion-Solutions/dev

Fix for telegraf
This commit is contained in:
Josh Brower
2020-07-20 14:38:12 -04:00
committed by GitHub

View File

@@ -80,7 +80,7 @@
logfile = "/var/log/telegraf/telegraf.log"
## Override default hostname, if empty use os.Hostname()
hostname = "{{ grains.host }}"
hostname = "{{ grains.host | lower }}"
## If set to true, do no set the "host" tag in the telegraf agent.
omit_hostname = false