mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Handle write operation on flow alerts with clickhouse view
This commit is contained in:
parent
27cf048ca6
commit
8651e089a1
40 changed files with 2049 additions and 106 deletions
|
|
@ -40,7 +40,7 @@ interface.select(ifid)
|
|||
|
||||
local all_instances = alert_store_utils.all_instances_factory()
|
||||
for _, instance in pairs(all_instances) do
|
||||
instance:add_request_filters()
|
||||
instance:add_request_filters(true)
|
||||
instance:delete()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue