Add telegraf config for proxy in qa.

This commit is contained in:
Fredrik Kjellman 2022-04-07 12:39:58 +02:00
parent 3e6be7e969
commit 4fbcf174cd

View file

@ -0,0 +1,8 @@
[[inputs.tail]]
files = ["/var/log/eidas_stats.log"]
data_format = "json"
tag_keys = ["type","timestamp","connectorEntityId","requesterId","loaMatching","connectorCountry","spType","requestedLoa","eidasResponseLoA","eidasRequestId","eidasResponseId","principal","nationalAssertionId","nationalRequestId","nationalIdP","eIDASAssertionIssueTime","eidasAssertionId"]
json_name_key = "type"
json_time_key = "timestamp"
json_time_format = "unix_ms"
json_timezone = "Local"