ntopng/scripts/query/top_clients.json
2021-11-04 17:11:17 +01:00

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"
}
]
}
}