mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove alert severity from Alerts. Always use score (convert to severity when required for UI or similar)
This commit is contained in:
parent
b7060cade7
commit
ef65671794
99 changed files with 234 additions and 247 deletions
|
|
@ -59,7 +59,6 @@ function external_alert.format(ifid, alert, alert_type_params)
|
|||
|
||||
-- Available fields:
|
||||
-- alert_type_params.source (e.g. suricata)
|
||||
-- alert_type_params.severity_id (custom severity)
|
||||
-- alert_type_params.alert (alert metadata)
|
||||
|
||||
if alert_type_params.source == "suricata" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue