2020-04-29 17:36:58 +02:00
|
|
|
[[inputs.tail]]
|
|
|
|
files = ["/var/log/eidas_stats.log"]
|
|
|
|
data_format = "json"
|
|
|
|
tag_keys = ["requester","country"]
|
|
|
|
json_name_key = "type"
|
|
|
|
json_time_key = "timestamp"
|
|
|
|
json_time_format = "unix_ms"
|
|
|
|
json_timezone = "Local"
|
2022-05-10 13:33:40 +02:00
|
|
|
[[inputs.tail]]
|
2022-05-10 13:08:28 +02:00
|
|
|
files = ["/var/log/eidas_proxy.log"]
|
|
|
|
data_format = "json"
|
2022-05-20 13:46:53 +02:00
|
|
|
json_name_key = "type"
|
|
|
|
tag_keys = ["type", "requesterId", "connectorCuntry"]
|
|
|
|
[inputs.tail.tags]
|
|
|
|
influxdb_database = "proxy"
|
2022-05-10 13:08:28 +02:00
|
|
|
[[processors.parser]]
|
|
|
|
parse_fields = ["message"]
|
|
|
|
merge = "override"
|
|
|
|
data_format = "json"
|