Added error code filter to historical flow (#6610)

This commit is contained in:
MatteoBiscosi 2022-05-30 15:22:38 +02:00
parent 5f686624ab
commit 0b2589f616

View file

@ -1105,6 +1105,7 @@ function historical_flow_utils.get_tags()
flow_defined_tags["mac"] = tag_utils.defined_tags["mac"]
flow_defined_tags["snmp_interface"] = tag_utils.defined_tags["snmp_interface"]
flow_defined_tags["country"] = tag_utils.defined_tags["country"]
flow_defined_tags["l7_error_id"] = tag_utils.defined_tags["l7_error_id"]
return flow_defined_tags
end