File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ BASE10NUM (?<![0-9.+-])(?>[+-]?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+)))
7
7
NUMBER (?:%{BASE10NUM})
8
8
BASE16NUM (?<![0-9A-Fa-f])(?:[+-]?(?:0x)?(?:[0-9A-Fa-f]+))
9
9
BASE16FLOAT \b(?<![0-9A-Fa-f.])(?:[+-]?(?:0x)?(?:(?:[0-9A-Fa-f]+(?:\.[0-9A-Fa-f]*)?)|(?:\.[0-9A-Fa-f]+)))\b
10
+ CHAR [a-zA-Z]
10
11
11
12
POSINT \b(?:[1-9][0-9]*)\b
12
13
NONNEGINT \b(?:[0-9]+)\b
Original file line number Diff line number Diff line change 1
- REDISTIMESTAMP %{MONTHDAY} %{MONTH} %{TIME}
2
- REDISLOG \[%{POSINT:pid}\] %{REDISTIMESTAMP:timestamp} \*
1
+ REDISLEVEL [.\-*#]
2
+ REDISTIMESTAMP1 %{MONTHDAY} %{MONTH} %{TIME}
3
+ REDISTIMESTAMP2 %{MONTHDAY} %{MONTH} %{YEAR} %{TIME}
4
+ REDISLOG \[%{POSINT:pid}\] %{REDISTIMESTAMP1:timestamp} \*
3
5
REDISMONLOG %{NUMBER:timestamp} \[%{INT:database} %{IP:client}:%{NUMBER:port}\] "%{WORD:command}"\s?%{GREEDYDATA:params}
6
+ REDIS5LOG %{POSINT:pid}:%{CHAR:role} %{REDISTIMESTAMP2:timestamp} %{REDISLEVEL:log_level} %{GREEDYDATA:message}
You can’t perform that action at this time.
0 commit comments