From 91196445c20398637fea4b7def92d388b07b6526 Mon Sep 17 00:00:00 2001 From: Curtis Maddalozzo Date: Thu, 10 Apr 2025 22:05:36 -0400 Subject: [PATCH] conf: parsers: fix istio-envoy-proxy parser regex Signed-off-by: Curtis Maddalozzo --- conf/parsers.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/parsers.conf b/conf/parsers.conf index ec1b11bf910..4914b0802ba 100644 --- a/conf/parsers.conf +++ b/conf/parsers.conf @@ -107,10 +107,10 @@ Time_Key start_time [PARSER] - # https://rubular.com/r/17KGEdDClwiuDG + # https://rubular.com/r/hbsTIxFFMozLmh Name istio-envoy-proxy Format regex - Regex ^\[(?[^\]]*)\] "(?\S+)(?: +(?[^\"]*?)(?: +\S*)?)? (?\S+)" (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) "(?[^ ]*)" "(?[^\"]*)" "(?[^\"]*)" (?[^ ]*)" "(?[^ ]*)" (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) + Regex ^\[(?[^\]]*)\] "(?\S+)(?: +(?[^\"]*?)(?: +\S*)?)? (?\S+)" (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) "(?[^ ]*)" (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) "(?[^ ]*)" "(?[^\"]*)" "(?[^\"]*)" "(?[^ ]*)" "(?[^ ]*)" (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*) (?[^ ]*)$ Time_Format %Y-%m-%dT%H:%M:%S.%L%z Time_Keep On Time_Key start_time