mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
6b45d3cc5f
commit
ba350292ae
1 changed files with 4 additions and 1 deletions
|
|
@ -899,7 +899,10 @@ function alert_store:select_historical(filter, fields, download --[[ Available o
|
|||
|
||||
if ((fields == "*" and not (ntop.isClickHouseEnabled()))) then
|
||||
-- SQLite needs BLOB conversion to HEX
|
||||
fields = "*, hex(alerts_map) alerts_map"
|
||||
fields = "*"
|
||||
if table_name == 'flow_alerts' then
|
||||
fields = fields .. ", hex(alerts_map) alerts_map"
|
||||
end
|
||||
end
|
||||
|
||||
-- Select everything by default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue