Unable to create Public dashboard

Hi all,

I am having some issues with making dashboard public. Here is the needed information and thanks to all for the support:

  • What Grafana version and what operating system are you using?
    v.10.1.4, self-hosted on VM

  • What are you trying to achieve?

To share a dashboard with external organization, without the need of authentication.

  • How are you trying to achieve it?

To make the dashboard public

  • What happened?

I already got familiar with the documentation - Public dashboards | Grafana documentation and even make a record in grafana.ini to enable Public dashboards - publicDashboards = true

  • What did you expect to happen?

I am expecting to have “Public dashboards” button after “Share” button and to have generated unique URL:

  • Did you follow any online instructions? If so, what is the URL?

I did - Public dashboards | Grafana documentation and even make a record in grafana.ini to enable Public dashboards - publicDashboards = true

Thank you!

Regards,
Stefan

1 Like

Same problem

Which version do you use? This feature is enabled by default in 10.2-10.4.

May be in 10.0 and 10.1 it should be enabled via grafana.ini:

[feature_toggles]
publicDashboards = true

Could you check that this feature is enabled in Administration - Settings page?
Admin

I updated to the latest version of Grafana OSS and the “public dashboard” tab appeared. thank you!