Fixes cleanup of old alerts when stored in Clickhouse

Addresses #6066
This commit is contained in:
Simone Mainardi 2021-11-10 16:50:44 +01:00
parent ef77d34b7b
commit a014ce46a6
5 changed files with 21 additions and 15 deletions

View file

@ -71,6 +71,7 @@ local flow_alert_keys = {
flow_alert_ndpi_http_suspicious_content = 63,
flow_alert_ndpi_dns_large_packet = 64,
flow_alert_ndpi_dns_fragmented = 65,
flow_alert_ndpi_invalid_characters = 66,
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}