ntopng/scripts/historical/tables/l7_contacts.json
2023-12-15 11:06:16 +01:00

120 lines
1.7 KiB
JSON

{
"name" : "L7 Contacts",
"i18n_name" : "l7_contacts",
"data_source" : "flows",
"show_in_page" : "overview",
"hourly": true,
"chart" : [{
"chart_id" : "l7_contacts",
"chart_type" : "topk-timeseries",
"unit_measure": "bytes",
"params" : {
"count" : "TOTAL_BYTES"
}
}],
"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",
"func" : "any",
"param" : "SRC_LABEL",
"value_type" : "string"
},
{
"name" : "DST_LABEL",
"func" : "any",
"param" : "DST_LABEL",
"value_type" : "string"
},
{
"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"
}
]
},
"groupby" : {
"items" : [
{
"name" : "VLAN_ID"
},
{
"name" : "IPV4_SRC_ADDR"
},
{
"name" : "IPV4_DST_ADDR"
},
{
"name" : "IPV6_SRC_ADDR"
},
{
"name" : "IPV6_DST_ADDR"
},
{
"name" : "PROTOCOL"
},
{
"name" : "L7_PROTO"
},
{
"name" : "L7_PROTO_MASTER"
}
]
},
"sortby" : {
"items" : [
{
"name" : "total_bytes",
"order" : "DESC"
}
]
}
}