This patch is used to update the time range in dashboard config 69/23769/4
authorshravani <shravani.p@tcs.com>
Sun, 30 Oct 2016 07:08:53 +0000 (00:08 -0700)
committershravani <shravani.p@tcs.com>
Wed, 2 Nov 2016 10:47:40 +0000 (03:47 -0700)
from "now-2d" to "now-7d" so that dashboard will display the data
from past 7 days.Updated the refresh time to "1d"

Change-Id: I4987eaa5e84de058841d34beb2124f7503f2f01b
Signed-off-by: Shravani <shravani.p@tcs.com>
dashboard/KVMFORNFV-Cyclictest

index 41246d0..36c1ec7 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "id": 6,
+  "id": 42,
   "title": "KVMFORNFV-Cyclictest",
   "tags": [
     "kvmfornfv-cyclictest"
     }
   ],
   "time": {
-    "from": "now-2d",
-    "to": "2016-10-22T04:02:56.969Z"
+    "from": "now-7d",
+    "to": "now"
   },
   "timepicker": {
     "refresh_intervals": [
   "annotations": {
     "list": []
   },
-  "refresh": false,
+  "refresh": "1d",
   "schemaVersion": 12,
   "version": 1,
   "links": [],