mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
81 lines
1.1 KiB
JSON
81 lines
1.1 KiB
JSON
{
|
|
"name" : "Servers",
|
|
"i18n_name" : "servers",
|
|
"data_source" : "flows",
|
|
"show_in_page" : "overview",
|
|
"hourly": true,
|
|
"chart" : [{
|
|
"chart_id" : "servers",
|
|
"chart_type" : "topk-timeseries",
|
|
"unit_measure": "bytes",
|
|
"params" : {
|
|
"count" : "TOTAL_BYTES"
|
|
}
|
|
}],
|
|
"visualization_type" : "table",
|
|
"select" : {
|
|
"items" : [
|
|
{
|
|
"name" : "VLAN_ID"
|
|
},
|
|
{
|
|
"name" : "IPV4_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "DST_LABEL"
|
|
},
|
|
{
|
|
"name" : "DST_COUNTRY_CODE"
|
|
},
|
|
{
|
|
"name" : "total_bytes",
|
|
"func" : "SUM",
|
|
"param" : "TOTAL_BYTES",
|
|
"value_type" : "bytes"
|
|
}
|
|
]
|
|
},
|
|
"filters" : {
|
|
"items" : [
|
|
{
|
|
"name": "PROBE_IP"
|
|
},
|
|
{
|
|
"name": "INPUT_SNMP"
|
|
},
|
|
{
|
|
"name": "OUTPUT_SNMP"
|
|
}
|
|
]
|
|
},
|
|
"groupby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "VLAN_ID"
|
|
},
|
|
{
|
|
"name" : "IPV4_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "IPV6_DST_ADDR"
|
|
},
|
|
{
|
|
"name" : "DST_LABEL"
|
|
},
|
|
{
|
|
"name" : "DST_COUNTRY_CODE"
|
|
}
|
|
]
|
|
},
|
|
"sortby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "total_bytes",
|
|
"order" : "DESC"
|
|
}
|
|
]
|
|
}
|
|
}
|