Migrates alerts to an object-oriented implementation

This commit is contained in:
Matteo Biscosi 2020-12-22 14:46:26 +01:00
parent e24ef4ef35
commit bcf2c2c1ed
95 changed files with 1923 additions and 1522 deletions

View file

@ -11,7 +11,7 @@ local script = {
category = user_scripts.script_categories.internals,
always_enabled = true,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.create,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.new,
-- This script is only for alerts generation
is_alert = true,

View file

@ -11,7 +11,7 @@ local script = {
category = user_scripts.script_categories.internals,
always_enabled = true,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.create,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.new,
-- This script is only for alerts generation
is_alert = true,