Implement IPS activities logging (e.g., block, unblock)

Addresses #5900
This commit is contained in:
Simone Mainardi 2021-09-20 16:59:35 +02:00
parent d2a28ac1b6
commit 63a5df06f6
7 changed files with 254 additions and 0 deletions

View file

@ -82,6 +82,8 @@ local other_alert_keys = {
alert_ngi_trust_event = OTHER_BASE_KEY + 69,
alert_excessive_traffic = OTHER_BASE_KEY + 70, -- No longer used
alert_behavior_anomaly = OTHER_BASE_KEY + 71, -- scripts/lua/modules/alert_definitions/other/alert_behavior_anomaly.lua
alert_ids_ips_jail_add = OTHER_BASE_KEY + 72, -- scripts/lua/modules/alert_definitions/other/alert_ids_ips_jail_add.lua
alert_ids_ips_jail_remove = OTHER_BASE_KEY + 73, -- scripts/lua/modules/alert_definitions/other/alert_ids_ips_jail_remove.lua
}
-- ##############################################