From 656a9de9e032734f46af3424fecd7a72b2d81b39 Mon Sep 17 00:00:00 2001 From: huzlak Date: Tue, 17 May 2022 17:56:54 +0200 Subject: [PATCH] dashboard interval --- configs/monitoring/dashboard.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/monitoring/dashboard.json b/configs/monitoring/dashboard.json index e9722c1..ded3d68 100644 --- a/configs/monitoring/dashboard.json +++ b/configs/monitoring/dashboard.json @@ -871,8 +871,8 @@ ] }, "time": { - "from": "2022-03-22T21:54:09.098Z", - "to": "2022-03-22T21:56:54.439Z" + "from": "now-15m", + "to": "now" }, "timepicker": { "refresh_intervals": [ @@ -904,4 +904,4 @@ "uid": "E3LaT9Enz", "version": 1, "weekStart": "" -} \ No newline at end of file +}