Added filter for second host in flows (#2722)

This commit is contained in:
MatteoBiscosi 2022-05-10 12:45:44 +02:00
parent 8d5ddda7d4
commit fa0578c8a9
10 changed files with 146 additions and 42 deletions

View file

@ -39,7 +39,7 @@ local total = 0
-- flows_filter["detailsLevel"] = "high"
if not flows_to_update then
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter)
flows_stats = interface.getFlowsInfo(flows_filter["hostFilter"], flows_filter, flows_filter["talkingWith"])
total = flows_stats["numFlows"]
flows_stats = flows_stats["flows"]
else