mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added Flow risk column to nindex and new filters to nindex page
This commit is contained in:
parent
a62ed74de0
commit
e41fefda67
4 changed files with 9 additions and 1 deletions
|
|
@ -1385,6 +1385,8 @@ local known_parameters = {
|
|||
["l7_proto_id"] = validateProtocolIdOrName, -- get_historical_data.lua
|
||||
["l4proto"] = validateFilters(validateProtocolIdOrName), -- An nDPI application protocol ID, layer 4
|
||||
["l7proto"] = validateFilters(validateProtocolIdOrName), -- An nDPI application protocol ID, layer 7
|
||||
["l7cat"] = validateFilters(validateCategory), -- An nDPI category, layer 7
|
||||
["flow_risk"] = validateFilters(validateNumber), -- Flow risk
|
||||
["protocol"] = validateProtocolIdOrName, -- An nDPI application protocol ID or name
|
||||
["ndpi"] = validateApplicationsList, -- a list applications
|
||||
["ndpi_new_cat_id"] = validateNumber, -- An ndpi category id after change
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ tag_utils.nindex_tags_to_where_v4 = {
|
|||
["l7proto"] = "L7_PROTO",
|
||||
["l4proto"] = "PROTOCOL",
|
||||
["l7cat"] = "L7_CATEGORY",
|
||||
["flow_risk"] = "FLOW_RISK",
|
||||
["pkts"] = "PACKETS",
|
||||
["bytes"] = "TOTAL_BYTES",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue