log tuning
This commit is contained in:
parent
8831d440be
commit
36fcf99f90
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
[[inputs.tail]]
|
[[inputs.tail]]
|
||||||
files = ["/var/log/eidas_stats.log"]
|
files = ["/var/log/eidas_stats.log"]
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
|
tag_keys = ["requester","country"]
|
||||||
|
json_name_key = "type"
|
||||||
|
json_time_key = "timestamp"
|
||||||
|
json_time_format = "unix_ms"
|
||||||
|
json_timezone = "Local"
|
||||||
|
|
Loading…
Add table
Reference in a new issue