mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Merge pull request #1609 from cianmcgovern/graylog-fix
Escape spaces in graylog backend
This commit is contained in:
commit
400fae4dba
@ -23,5 +23,5 @@ class GraylogQuerystringBackend(ElasticsearchQuerystringBackend):
|
||||
active = True
|
||||
config_required = False
|
||||
|
||||
reEscape = re.compile("([+\\-!(){}\\[\\]^\"~:/]|(?<!\\\\)\\\\(?![*?\\\\])|&&|\\|\\|)")
|
||||
reEscape = re.compile("([\s+\\-!(){}\\[\\]^\"~:/]|(?<!\\\\)\\\\(?![*?\\\\])|&&|\\|\\|)")
|
||||
listSeparator = " "
|
||||
|
Loading…
Reference in New Issue
Block a user