mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- use atomic groups (no backtracking) in QUOTEDSTRING - should prevent
some additional watchdog timeouts due to onigiruma getting stuck. LOGSTASH-644
This commit is contained in:
parent
c4c86c2e5d
commit
6f74511067
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SPACE \s*
|
|||
DATA .*?
|
||||
GREEDYDATA .*
|
||||
#QUOTEDSTRING (?:(?<!\\)(?:"(?:\\.|[^\\"])*"|(?:'(?:\\.|[^\\'])*')|(?:`(?:\\.|[^\\`])*`)))
|
||||
QUOTEDSTRING (?:(?<!\\)(?:"(?:\\.|[^\\"]+)*"|(?:'(?:\\.|[^\\']+)*')|(?:`(?:\\.|[^\\`]+)*`)))
|
||||
QUOTEDSTRING (?>(?<!\\)(?>"(?>\\.|[^\\"]+)+"|(?>'(?>\\.|[^\\']+)+')|(?>`(?>\\.|[^\\`]+)+`)))
|
||||
UUID [A-Fa-f0-9]{8}-(?:[A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12}
|
||||
|
||||
# Networking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue