Skip to content

Commit 892c17d

Browse files
authored
1 parent 5c48c61 commit 892c17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/parsers.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
Time_Key time
9595

9696
[PARSER]
97-
# https://rubular.com/r/3fVxCrE5iFiZim
97+
# https://rubular.com/r/0VZmcYcLWMGAp1
9898
Name envoy
9999
Format regex
100-
Regex ^\[(?<start_time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^\"]*?)(?: +\S*)?)? (?<protocol>\S+)" (?<code>[^ ]*) (?<response_flags>[^ ]*) (?<bytes_received>[^ ]*) (?<bytes_sent>[^ ]*) (?<duration>[^ ]*) (?<x_envoy_upstream_service_time>[^ ]*) "(?<x_forwarded_for>[^ ]*)" "(?<user_agent>[^\"]*)" "(?<request_id>[^\"]*)" "(?<authority>[^ ]*)" "(?<upstream_host>[^ ]*)"
100+
Regex ^\[(?<start_time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^\"]*?)(?: +\S*)?)? (?<protocol>\S+)" (?<code>[^ ]*) (?<response_flags>[^ ]*) (?<bytes_received>[^ ]*) (?<bytes_sent>[^ ]*) (?<duration>[^ ]*) (?<x_envoy_upstream_service_time>[^ ]*) "(?<x_forwarded_for>[^ ]*)" "(?<user_agent>[^\"]*)" "(?<request_id>[^\"]*)" "(?<authority>[^ ]*)" "(?<upstream_host>[^ ]*)"
101101
Time_Format %Y-%m-%dT%H:%M:%S.%L%z
102102
Time_Keep On
103103
Time_Key start_time

0 commit comments

Comments
 (0)