mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
126 lines
1.7 KiB
JSON
126 lines
1.7 KiB
JSON
{
|
|
"name" : "Top L7 Contacts",
|
|
"i18n_name" : "top_l7_contacts",
|
|
"data_source" : "flows",
|
|
"chart" : [{
|
|
"chart_id" : "top_l7_contacts",
|
|
"chart_type" : "timeseries_area_chart",
|
|
"params" : {
|
|
"count" : "TOTAL_BYTES",
|
|
"groupby" : "L7_PROTO",
|
|
"limit" : 10
|
|
}
|
|
}],
|
|
"show_in_page" : "overview",
|
|
"visualization_type" : "table",
|
|
"select" : {
|
|
"items" : [
|
|
{
|
|
"name" : "VLAN_ID"
|
|
},
|
|
{
|
|
"name" : "IPV4_SRC_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV4_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_SRC_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "SRC_LABEL"
|
|
},
|
|
{
|
|
"name" : "DST_LABEL"
|
|
},
|
|
{
|
|
"name" : "PROTOCOL"
|
|
},
|
|
{
|
|
"name" : "L7_PROTO"
|
|
},
|
|
{
|
|
"name" : "L7_PROTO_MASTER"
|
|
},
|
|
{
|
|
"name" : "count",
|
|
"func" : "COUNT",
|
|
"param" : "*",
|
|
"value_type" : "number"
|
|
},
|
|
{
|
|
"name" : "total_bytes",
|
|
"func" : "SUM",
|
|
"param" : "TOTAL_BYTES",
|
|
"value_type" : "bytes"
|
|
}
|
|
]
|
|
},
|
|
"filters" : {
|
|
"items" : [
|
|
{
|
|
"name": "IPV4_SRC_ADDR"
|
|
},
|
|
{
|
|
"name": "IPV4_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_SRC_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "SRC_LABEL"
|
|
},
|
|
{
|
|
"name" : "DST_LABEL"
|
|
}
|
|
]
|
|
},
|
|
"groupby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "VLAN_ID"
|
|
},
|
|
{
|
|
"name" : "IPV4_SRC_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV4_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_SRC_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "SRC_LABEL"
|
|
},
|
|
{
|
|
"name" : "DST_LABEL"
|
|
},
|
|
{
|
|
"name" : "PROTOCOL"
|
|
},
|
|
{
|
|
"name" : "L7_PROTO"
|
|
},
|
|
{
|
|
"name" : "L7_PROTO_MASTER"
|
|
}
|
|
]
|
|
},
|
|
"sortby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "count",
|
|
"order" : "DESC"
|
|
}
|
|
]
|
|
}
|
|
}
|