Add telegraf config for proxy in qa.
This commit is contained in:
parent
3e6be7e969
commit
4fbcf174cd
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue