updated telegraf config
This commit is contained in:
parent
1e82cb18e7
commit
937fa5a4ac
3 changed files with 3 additions and 3 deletions
|
@ -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]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Add table
Reference in a new issue