Added network report dashboard (#8060)

This commit is contained in:
Matteo Biscosi 2023-11-29 12:56:31 +00:00
parent 2336ea1762
commit 38043be5d6
6 changed files with 421 additions and 37 deletions

View file

@ -1309,6 +1309,7 @@ function historical_flow_utils.get_tags()
flow_defined_tags["srv_network_cidr"] = tag_utils.defined_tags["srv_network_cidr"]
flow_defined_tags["cli_network_cidr"] = tag_utils.defined_tags["cli_network_cidr"]
flow_defined_tags["duration"] = tag_utils.defined_tags["duration"]
flow_defined_tags["network"] = tag_utils.defined_tags["network"]
return flow_defined_tags
end