mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implement Top 10 Historical Aggregation Charts #7994: fix ipv4/6 query and add aggregated
This commit is contained in:
parent
229978fff2
commit
e1da4e2fdc
4 changed files with 42 additions and 43 deletions
|
|
@ -5,12 +5,12 @@
|
|||
"show_in_page" : "overview",
|
||||
"hourly": true,
|
||||
"chart" : [{
|
||||
"chart_id" : "conversations",
|
||||
"chart_type" : "topk-timeseries",
|
||||
"chart_id" : "conversations",
|
||||
"chart_type" : "topk-timeseries",
|
||||
"unit_measure": "bytes",
|
||||
"params" : {
|
||||
"count" : "TOTAL_BYTES"
|
||||
}
|
||||
"params" : {
|
||||
"count" : "TOTAL_BYTES"
|
||||
}
|
||||
}],
|
||||
"visualization_type" : "table",
|
||||
"select" : {
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
"sortby" : {
|
||||
"items" : [
|
||||
{
|
||||
"name" : "count",
|
||||
"name" : "total_bytes",
|
||||
"order" : "DESC"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue