This commit is contained in:
6
conf/parsers_ambassador.conf
Normal file
6
conf/parsers_ambassador.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Ambassador - open source Kubernetes-native API gateway for microservices built on the Envoy Proxy https://www.getambassador.io
|
||||
|
||||
[PARSER]
|
||||
Name ambassador
|
||||
Format regex
|
||||
Regex ^(?<type>\S+) \[(?<time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>(?:[^\"]|\\.)*?)(?: +\S*)?) (?<protocol>\S+)?" (?<response_code>\S+) (?<response_flags>\S+) (?<bytes_received>\S+) (?<bytes_sent>\S+) (?<duration>\S+) (?<x_envoy_upstream_service_time>\S+) "(?<x_forwarded_for>[^\"]*)" "(?<user_agent>[^\"]*)" "(?<x_request_id>[^\"]*)" "(?<authority>[^\"]*)" "(?<upstream_host>[^\"]*)"
|
Reference in New Issue
Block a user