mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added historical_flows_query_example.py sample application
Improved documentation Added group_by/order_by to flow query
This commit is contained in:
parent
a2b2fe4371
commit
d101179069
5 changed files with 157 additions and 4 deletions
|
|
@ -1460,7 +1460,9 @@ local known_parameters = {
|
|||
["select_keys_clause"] = validateUnquoted,
|
||||
["select_values_clause"] = validateUnquoted,
|
||||
["approx_search"] = validateBool,
|
||||
|
||||
["group_by_clause"] = validateUnquoted,
|
||||
["order_by_clause"] = validateUnquoted,
|
||||
|
||||
["where_clause"] = { whereCleanup, validateUnquoted },
|
||||
["where_clause_unck"] = { whereCleanup, validateUnchecked },
|
||||
["begin_time_clause"] = validateUnquoted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue