mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added error code filter to historical flow (#6610)
This commit is contained in:
parent
5f686624ab
commit
0b2589f616
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue