Skip to content

Customizing default settings for new dashboards

Jaime Gago edited this page Apr 10, 2014 · 9 revisions

Default dashboard settings when creating a new one can be edited or added in dashboards/file/empty.json The simplest way to check the value of a setting is to export a dashboard using the export feature and read the exported JSON to find out the "setting":"value" pair you are interested in making the default for new dashboards.

Examples

Change default time correction from "browser" to UTC:

add

"timezone":"utc"

Change default style from "dark" to "light"

add

"style":"light"

If you choose to edit dashboards/empty.json, make sure you have valid JSON and that your settings are right by creating a new dashboard after you've saved your edit (and no there is no need to restart anything for the new settings to apply, isn't that nice? )

Clone this wiki locally