Added L7 iface proto behavior analysis and alert (#5499 #5474)

This commit is contained in:
MatteoBiscosi 2021-06-29 16:50:36 +02:00
parent 93b7d1db7b
commit be198c2a99
20 changed files with 264 additions and 77 deletions

View file

@ -11,11 +11,19 @@ local behavior_table = {
page_path = "/lua/as_details.lua",
timeseries_id = "asn",
schema_id = "asn",
page = "historical",
},
network = {
page_path = "/lua/network_details.lua",
timeseries_id = "network",
schema_id = "subnet",
page = "historical",
},
l7 = {
page_path = "/lua/if_stats.lua",
schema_id = "iface",
page = "historical",
type_of_behavior = "ndpi",
}
}