mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
66 lines
960 B
JSON
66 lines
960 B
JSON
{
|
|
"name" : "L7 Traffic",
|
|
"i18n_name" : "l7_traffic",
|
|
"data_source" : "flows",
|
|
"show_in_page" : "overview",
|
|
"hourly": true,
|
|
"chart" : [{
|
|
"chart_id" : "l7_traffic",
|
|
"chart_type" : "topk-timeseries",
|
|
"unit_measure": "bps",
|
|
"params" : {
|
|
"count" : "THROUGHPUT"
|
|
}
|
|
}],
|
|
"visualization_type" : "table",
|
|
"select" : {
|
|
"items" : [
|
|
{
|
|
"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" : [
|
|
]
|
|
},
|
|
"groupby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "PROTOCOL"
|
|
},
|
|
{
|
|
"name" : "L7_PROTO"
|
|
},
|
|
{
|
|
"name" : "L7_PROTO_MASTER"
|
|
}
|
|
]
|
|
},
|
|
"sortby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "total_bytes",
|
|
"order" : "DESC"
|
|
}
|
|
]
|
|
}
|
|
}
|