mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Merge commit 'e62536a
'
This commit is contained in:
commit
e9cd3446fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ NUMBER (?:%{BASE10NUM})
|
|||
BASE16NUM (?<![0-9A-Fa-f])(?:[+-]?(?:0x)?(?:[0-9A-Fa-f]+))
|
||||
BASE16FLOAT \b(?<![0-9A-Fa-f.])(?:[+-]?(?:0x)?(?:(?:[0-9A-Fa-f]+(?:\.[0-9A-Fa-f]*)?)|(?:\.[0-9A-Fa-f]+)))\b
|
||||
|
||||
POSINT \b(?:[0-9]+)\b
|
||||
POSINT \b(?:[1-9][0-9]*)\b
|
||||
WORD \b\w+\b
|
||||
NOTSPACE \S+
|
||||
SPACE \s*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue