Fix alert Suspicious DGA Domain filter. (#7226)

This commit is contained in:
Nicolo Maio 2023-03-22 11:41:07 +00:00
parent 5d02050ec9
commit ee057fb525

View file

@ -343,7 +343,7 @@ end
--@brief Performs a query for the top domain named hosts for suspicious_dga_domain alerts by alert count
function flow_alert_store:top_srv_ip_domain()
-- Preserve all the filters currently set
local where_clause = self:build_where_clause()--.." AND alert_id = 47 "
local where_clause = self:build_where_clause().." AND alert_id = 47 "
local field_to_search = self:get_column_name('json', false)
local q = nil
local q_res = {}