updated telegraf config

This commit is contained in:
Erik Bergström 2022-06-02 14:53:31 +02:00
parent 1e82cb18e7
commit 937fa5a4ac
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
files = ["/var/log/eidas_proxy.log"]
data_format = "json"
json_name_key = "type"
tag_keys = ["type", "requesterId", "connectorCuntry"]
tag_keys = ["principal", "data_eidasResponseLoA", "data_requesterId", "data_requestedLoa", "data_connectorCuntry", "data_connectorEntityId", "nationalIdP", "loaMatching", "spType" ]
[inputs.tail.tags]
influxdb_database = "proxy"
[[processors.parser]]

View file

@ -10,7 +10,7 @@
files = ["/var/log/eidas_proxy.log"]
data_format = "json"
json_name_key = "type"
tag_keys = ["type", "requesterId", "connectorCuntry"]
tag_keys = ["principal", "data_eidasResponseLoA", "data_requesterId", "data_requestedLoa", "data_connectorCuntry", "data_connectorEntityId", "nationalIdP", "loaMatching", "spType" ]
[inputs.tail.tags]
influxdb_database = "proxy"
[[processors.parser]]

View file

@ -10,7 +10,7 @@
files = ["/var/log/eidas_proxy.log"]
data_format = "json"
json_name_key = "type"
tag_keys = ["type", "requesterId", "connectorCuntry"]
tag_keys = ["principal", "data_eidasResponseLoA", "data_requesterId", "data_requestedLoa", "data_connectorCuntry", "data_connectorEntityId", "nationalIdP", "loaMatching", "spType" ]
[inputs.tail.tags]
influxdb_database = "proxy"
[[processors.parser]]