Fix typo in telegraf.conf.

This commit is contained in:
Fredrik Kjellman 2022-05-10 13:33:40 +02:00
parent 0984df066b
commit aef77dda20
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
json_time_key = "timestamp"
json_time_format = "unix_ms"
json_timezone = "Local"
[[inputs.tail]]
files = ["/var/log/eidas_proxy.log"]
data_format = "json"
tag_keys = ["type",

View file

@ -6,6 +6,7 @@
json_time_key = "timestamp"
json_time_format = "unix_ms"
json_timezone = "Local"
[[inputs.tail]]
files = ["/var/log/eidas_proxy.log"]
data_format = "json"
tag_keys = ["type",