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"
Clone this wiki locally