mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add supprot for DB query presets (WIP) (#6037)
This commit is contained in:
parent
663f139dc3
commit
03addeeca0
9 changed files with 290 additions and 76 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name" : "Top Clients",
|
||||
"i18n-name" : "top_clients",
|
||||
"data-source" : "flows",
|
||||
"visualization-type" : "table",
|
||||
"i18n_name" : "top_clients",
|
||||
"data_source" : "flows",
|
||||
"visualization_type" : "table",
|
||||
"select" : {
|
||||
"sql" : "IPV4_SRC_ADDR, VLAN_ID, SUM(TOTAL_BYTES) bytes"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue