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:
Vincent Bernat
2024-08-06 10:20:33 +02:00
parent 43357c263a
commit 952a927ffd

View File

@@ -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")},