Our deployment via docker works so far. The only thing I haven’t been able to figure out
How can I set an imported dashboard as default?
To our environment:
We deploy Grafana with the following option:
name: GF_AUTH_ANONYMOUS_ENABLED
value: “true”
All anonymous users should immediately see the dashboard imported via /etc/grafana/provisioning when the server URL is called.
So far, the home dashboard is loaded by default.
I can adjust this as admin, but I want to have it set accordingly during deployment.