mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
Revert "console: change default to last 24 hours"
This reverts commit ff03bfffbb. Otherwise,
we use the "flows_5m0s" table and it takes some time to get data on
start. This may confuse people.
This commit is contained in:
@@ -56,7 +56,7 @@ func DefaultConfiguration() Configuration {
|
||||
return Configuration{
|
||||
DefaultVisualizeOptions: VisualizeOptionsConfiguration{
|
||||
GraphType: "stacked",
|
||||
Start: "24 hours ago",
|
||||
Start: "6 hours ago",
|
||||
End: "now",
|
||||
Filter: "InIfBoundary = external",
|
||||
Dimensions: []query.Column{query.NewColumn("SrcAS")},
|
||||
|
||||
Reference in New Issue
Block a user