mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Optimizing Qradar query generation in cases where field definitions are missing
This commit is contained in:
parent
ac3730d2fa
commit
921ebf7445
@ -215,7 +215,6 @@ class QRadarBackend(SingleTextQueryBackend):
|
||||
|
||||
except KeyError: # no 'fields' attribute
|
||||
mapped = None
|
||||
qradarPrefix+="UTF8(payload) as search_payload"
|
||||
pass
|
||||
qradarPrefix += " from %s where " % (aql_database)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user