Implement Top 10 Historical Aggregation Charts #7994: fix ipv4/6 query and add aggregated

This commit is contained in:
Lorenzo Vannucci 2023-12-05 04:48:01 +01:00
parent 229978fff2
commit e1da4e2fdc
4 changed files with 42 additions and 43 deletions

View file

@ -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"
}
]