mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added HTTP filters in historical flows (#7535)
This commit is contained in:
parent
559dec5b1e
commit
74583a3b7b
4 changed files with 1054 additions and 792 deletions
|
|
@ -1237,6 +1237,10 @@ function historical_flow_utils.get_tags()
|
|||
flow_defined_tags["l7_error_id"] = tag_utils.defined_tags["l7_error_id"]
|
||||
flow_defined_tags["ja3_client"] = tag_utils.defined_tags["ja3_client"]
|
||||
flow_defined_tags["ja3_server"] = tag_utils.defined_tags["ja3_server"]
|
||||
flow_defined_tags["http_method"] = tag_utils.defined_tags["http_method"]
|
||||
flow_defined_tags["http_url"] = tag_utils.defined_tags["http_url"]
|
||||
flow_defined_tags["http_return"] = tag_utils.defined_tags["http_return"]
|
||||
flow_defined_tags["user_agent"] = tag_utils.defined_tags["user_agent"]
|
||||
flow_defined_tags["cli_location"] = tag_utils.defined_tags["cli_location"]
|
||||
flow_defined_tags["srv_location"] = tag_utils.defined_tags["srv_location"]
|
||||
flow_defined_tags["traffic_direction"] = tag_utils.defined_tags["traffic_direction"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue