Lateral movement alert entity fixes

This commit is contained in:
Simone Mainardi 2020-10-12 09:22:08 +02:00
parent 46572a96a0
commit 4ffe97f3b0
4 changed files with 4 additions and 13 deletions

View file

@ -13,7 +13,7 @@ local json = require("dkjson")
-- @param alert_granularity A granularity as defined in `alert_consts.alerts_granularities`
-- @param last_error A string with the lastest influxdb error
-- @return A table with the alert built
local function createLateralMovementError(alert_severity, alert_granularity, alert_subtype, last_error)
local function createLateralMovementError(alert_severity, alert_granularity, last_error)
local threshold_type = {
alert_severity = alert_severity,
alert_subtype = alert_subtype,