Optimizing Qradar query generation in cases where field definitions are missing

This commit is contained in:
Gregor 2021-01-26 15:24:44 +01:00
parent ac3730d2fa
commit 921ebf7445

View File

@ -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)