You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: Sorry. Just read the actual text on that page and realised it specifically says if anon is not enabled etc etc - however is there a possibility of adding this as a feature request for the future?
I am trying to embed a single panel from a snapshot without any of the surrounding grafana interface like when you generate a dashboard-solo url from the sharing interface on a panel.
Now if i try use the following for logged in users in terms of it just showing the graph and nothing else it works but for unauthenticated users they are redirected to the login page
As per the message in UI:
if anonymous access is enabled the dashboard-solo URL will work.
But if anonymous access is disabled, the dashboard-solo URL will redirect you to login. If we want users to embed/access dashboard-solo urls without enabling anonymous access, then #4033 is the fix.
Edit: Sorry. Just read the actual text on that page and realised it specifically says if anon is not enabled etc etc - however is there a possibility of adding this as a feature request for the future?
I am trying to embed a single panel from a snapshot without any of the surrounding grafana interface like when you generate a dashboard-solo url from the sharing interface on a panel.
When i use the following it works unauthenticated
Entire Dashboard
http://grafana/dashboard/snapshot/XXXX
Single Panel view, i.e panel 1
http://grafana/dashboard/snapshot/XXXX?panelid=1&fullscreen
Now if i try use the following for logged in users in terms of it just showing the graph and nothing else it works but for unauthenticated users they are redirected to the login page
http://grafana/dashboard-solo/snapshot/XXXX?panelid=1&fullscreen
Is there a way to achieve this?
The text was updated successfully, but these errors were encountered: