Fix typo in telegraf.conf.
This commit is contained in:
parent
0984df066b
commit
aef77dda20
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue