Add supprot for DB query presets (WIP) (#6037)

This commit is contained in:
Alfredo Cardigliano 2021-11-04 17:11:17 +01:00
parent 663f139dc3
commit 03addeeca0
9 changed files with 290 additions and 76 deletions

View file

@ -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"
},