log tuning

This commit is contained in:
Leif Johansson 2020-03-30 17:48:56 +02:00
parent 8831d440be
commit 36fcf99f90
No known key found for this signature in database
GPG key ID: D73AD6430AD478D6

View file

@ -1,3 +1,8 @@
[[inputs.tail]]
files = ["/var/log/eidas_stats.log"]
data_format = "json"
tag_keys = ["requester","country"]
json_name_key = "type"
json_time_key = "timestamp"
json_time_format = "unix_ms"
json_timezone = "Local"