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

55 lines
701 B
JSON

{
"name" : "Top L7 Contacts",
"i18n_name" : "top_l7_contacts",
"data_source" : "flows",
"visualization_type" : "table",
"select" : {
"items" : [
{
"name" : "IPV4_SRC_ADDR"
},
{
"name" : "IPV4_DST_ADDR"
},
{
"name" : "VLAN_ID"
},
{
"name" : "L7_PROTO"
},
{
"name" : "bytes",
"func" : "SUM",
"param" : "TOTAL_BYTES"
}
]
},
"filters" : {
"items" : [
]
},
"groupby" : {
"items" : [
{
"name" : "IPV4_SRC_ADDR"
},
{
"name" : "IPV4_DST_ADDR"
},
{
"name" : "VLAN_ID"
},
{
"name" : "L7_PROTO"
}
]
},
"sortby" : {
"items" : [
{
"name" : "bytes",
"order" : "DESC"
}
]
}
}