mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
31 lines
430 B
JSON
31 lines
430 B
JSON
{
|
|
"name" : "Top Clients",
|
|
"i18n_name" : "top_clients",
|
|
"data_source" : "flows",
|
|
"visualization_type" : "table",
|
|
"select" : {
|
|
"sql" : "IPV4_SRC_ADDR, VLAN_ID, SUM(TOTAL_BYTES) bytes"
|
|
},
|
|
"filters" : {
|
|
"items" : [
|
|
]
|
|
},
|
|
"groupby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "IPV4_SRC_ADDR"
|
|
},
|
|
{
|
|
"name" : "VLAN_ID"
|
|
}
|
|
]
|
|
},
|
|
"sortby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "bytes",
|
|
"order" : "DESC"
|
|
}
|
|
]
|
|
}
|
|
}
|