mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix alert raw queris
This commit is contained in:
parent
e545ee5665
commit
762304f43a
1 changed files with 1 additions and 2 deletions
|
|
@ -1509,8 +1509,7 @@ local known_parameters = {
|
|||
["group_by_clause"] = validateUnquoted,
|
||||
["order_by_clause"] = validateUnquoted,
|
||||
["alert_family"] = validateAlertFamily, -- Alert family validation
|
||||
["where_clause"] = { whereCleanup, validateUnquoted },
|
||||
["where_clause_unck"] = { whereCleanup, validateUnchecked },
|
||||
["where_clause"] = { whereCleanup, validateUnchecked }, -- previously defined as validateUnquoted
|
||||
["begin_time_clause"] = validateUnquoted,
|
||||
["end_time_clause"] = validateUnquoted,
|
||||
["flow_clause"] = validateSingleWord, -- deprecated (keeping for backward compatibility)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue