Add telegraf conf to test-proxy.
This commit is contained in:
parent
16223ed0bb
commit
34805b2d62
2 changed files with 9 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"
|
|
@ -1113,6 +1113,7 @@ log-1.sveidas.se:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
eid::dockerhost:
|
eid::dockerhost:
|
||||||
version: '5:20.10.7~3-0~ubuntu-bionic'
|
version: '5:20.10.7~3-0~ubuntu-bionic'
|
||||||
|
eid::telegraf:
|
||||||
servicemonitor:
|
servicemonitor:
|
||||||
prid:
|
prid:
|
||||||
version: 1.0.4
|
version: 1.0.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue