Everyone wants different default time ranges when they open a dashboard. Boss wants 7 days, techs want 3 hours, etc.
Is there a per-user way to set default time-ranges for dashboards? or even a default for the user rather than the dashboard?
Everyone wants different default time ranges when they open a dashboard. Boss wants 7 days, techs want 3 hours, etc.
Is there a per-user way to set default time-ranges for dashboards? or even a default for the user rather than the dashboard?
@moffitj the time range is saved per dashboard. A per-user setting sounds like an interesting idea, you could propose it as a feature request in github discussions.
A workaround might be to duplicate the dashboard so each type of user has their own copy with their preferred time range.
Hello @moffitj,
You could also try the following:
Example after choosing the time range:
“http://myserver:3000/d/HgCdyIBnt/my-dashboard?orgId=1&from=now-6h&to=now”
See that last part? Anyone can simply edit the URL query param “from” to any desired value according to what you picked in the time-picker (e.g. 7d, 3h etc)
You can read a little about it in the docs:
control-the-time-range-using-a-url