Adjust dashboard time range

This commit is contained in:
Michael Vines 2020-04-19 09:16:48 -07:00
parent d08517db8c
commit 75b25e33f6
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 5 additions and 11 deletions

View File

@ -9784,7 +9784,7 @@
} }
} }
], ],
"refresh": false, "refresh": "1m",
"schemaVersion": 16, "schemaVersion": 16,
"style": "dark", "style": "dark",
"tags": [], "tags": [],
@ -9857,20 +9857,16 @@
] ]
}, },
"time": { "time": {
"from": "2020-04-18T00:55:16.726Z", "from": "now-15m",
"to": "2020-04-18T00:58:01.564Z" "to": "now"
}, },
"timepicker": { "timepicker": {
"refresh_intervals": [ "refresh_intervals": [
"5s",
"10s", "10s",
"30s",
"1m", "1m",
"5m", "5m",
"15m", "15m",
"30m",
"1h", "1h",
"2h",
"1d" "1d"
], ],
"time_options": [ "time_options": [
@ -9880,13 +9876,11 @@
"6h", "6h",
"12h", "12h",
"24h", "24h",
"2d", "2d"
"7d",
"30d"
] ]
}, },
"timezone": "", "timezone": "",
"title": "Cluster Telemetry", "title": "Cluster Telemetry",
"uid": "monitor", "uid": "monitor",
"version": 1 "version": 1
} }