Fixes alert naming formatting not correctly working

This commit is contained in:
Matteo Biscosi 2023-12-07 10:23:22 +00:00
parent 474291df7a
commit c7da0b85c1
2 changed files with 5 additions and 3 deletions

View file

@ -1056,7 +1056,7 @@ function flowinfo2hostname(flow_info, host_type, alerts_view, add_hostname)
vlan = flow_info["vlan"],
}
return(hostinfo2label(hostinfo))
return(hostinfo2label(hostinfo, true, false, true))
end
-- ##############################################