I tried to change the homepage of Grafana but I can’t save the changes.
also, I tried to add a new home dashboard but it didn’t appear in the select box
How do I do this programatically? I’ve changed the home dash, starred it and selected in preferences, but can’t see where this dashboard json is saved on the file-system, how to star or where the preference is saved.
FYI provisioning default dashboard is now possible via the grafana config file. Check the [dashboards] section.
Basically you create your default home dashboard, save the json file. When you deploy new grafana you deploy that json file alongside and point to it using the dashboards > default_home_dashboard_path property in grafana.ini.