mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Added space filter
This commit is contained in:
parent
23a1e8d816
commit
5514388117
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ BASE16FLOAT \b(?<![0-9A-Fa-f.])(?:[+-]?(?:0x)?(?:(?:[0-9A-Fa-f]+(?:\.[0-9A-Fa-f]
|
|||
POSINT \b(?:[0-9]+)\b
|
||||
WORD \b\w+\b
|
||||
NOTSPACE \S+
|
||||
SPACE \s*
|
||||
DATA .*?
|
||||
GREEDYDATA .*
|
||||
#QUOTEDSTRING (?:(?<!\\)(?:"(?:\\.|[^\\"])*"|(?:'(?:\\.|[^\\'])*')|(?:`(?:\\.|[^\\`])*`)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue