updated telegraf settings
This commit is contained in:
parent
19e00f2c2b
commit
1e82cb18e7
2 changed files with 8 additions and 40 deletions
|
@ -9,26 +9,10 @@
|
||||||
[[inputs.tail]]
|
[[inputs.tail]]
|
||||||
files = ["/var/log/eidas_proxy.log"]
|
files = ["/var/log/eidas_proxy.log"]
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
tag_keys = ["type",
|
json_name_key = "type"
|
||||||
"timestamp",
|
tag_keys = ["type", "requesterId", "connectorCuntry"]
|
||||||
"connectorEntityId",
|
[inputs.tail.tags]
|
||||||
"requesterId",
|
influxdb_database = "proxy"
|
||||||
"loaMatching",
|
|
||||||
"connectorCuntry",
|
|
||||||
"spType",
|
|
||||||
"requestedLoa",
|
|
||||||
"eidasResponseLoA",
|
|
||||||
"eidasRequestId",
|
|
||||||
"eidasResponseId",
|
|
||||||
"principal",
|
|
||||||
"nationalAssertionId",
|
|
||||||
"nationalRequestId",
|
|
||||||
"nationalIdP",
|
|
||||||
"eIDASAssertionIssueTime",
|
|
||||||
"eidasAssertionId"]
|
|
||||||
json_time_key = "timestamp"
|
|
||||||
json_time_format = "unix_ms"
|
|
||||||
json_timezone = "Local"
|
|
||||||
[[processors.parser]]
|
[[processors.parser]]
|
||||||
parse_fields = ["message"]
|
parse_fields = ["message"]
|
||||||
merge = "override"
|
merge = "override"
|
||||||
|
|
|
@ -9,26 +9,10 @@
|
||||||
[[inputs.tail]]
|
[[inputs.tail]]
|
||||||
files = ["/var/log/eidas_proxy.log"]
|
files = ["/var/log/eidas_proxy.log"]
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
tag_keys = ["type",
|
json_name_key = "type"
|
||||||
"timestamp",
|
tag_keys = ["type", "requesterId", "connectorCuntry"]
|
||||||
"connectorEntityId",
|
[inputs.tail.tags]
|
||||||
"requesterId",
|
influxdb_database = "proxy"
|
||||||
"loaMatching",
|
|
||||||
"connectorCuntry",
|
|
||||||
"spType",
|
|
||||||
"requestedLoa",
|
|
||||||
"eidasResponseLoA",
|
|
||||||
"eidasRequestId",
|
|
||||||
"eidasResponseId",
|
|
||||||
"principal",
|
|
||||||
"nationalAssertionId",
|
|
||||||
"nationalRequestId",
|
|
||||||
"nationalIdP",
|
|
||||||
"eIDASAssertionIssueTime",
|
|
||||||
"eidasAssertionId"]
|
|
||||||
json_time_key = "timestamp"
|
|
||||||
json_time_format = "unix_ms"
|
|
||||||
json_timezone = "Local"
|
|
||||||
[[processors.parser]]
|
[[processors.parser]]
|
||||||
parse_fields = ["message"]
|
parse_fields = ["message"]
|
||||||
merge = "override"
|
merge = "override"
|
||||||
|
|
Loading…
Add table
Reference in a new issue