Dante4
July 28, 2024, 6:23pm
1
Greetings.
Is there any way to update dashboard layout (not the data) without manually clicking F5 on client in kiosk mode?
Example of situation - Admin edited dashboard clicked save and new layout was pushed to all clients on next data refresh.
P.S.
Grafana 11.1.3, Ubuntu 22.04 (Jammy)
That should be there already (of course you must have that Grafana Live):
Dante4
July 30, 2024, 11:11am
3
Doesn’t seems like it’s enterprise only feature, but it doesn’t work
I do have Apache in front of grafana, but it’s just Rewrite rule to 8443 port with permanent flag, nothing more
Update 5 mins later:
Nvm, it does affect the Grafana Live
Grafana Live needs websockets, so proxy may need special config for that. Config for some proxies: Run Grafana behind a reverse proxy | Grafana Labs
Dante4
July 30, 2024, 3:41pm
5
Thanks, but I did a little simpler (since there is no Apache config in examples ), instead of rewrite I just changed it to 301 Moved Permanently and redirect to grafana.domain.org:8443 , instead of rewrite which allowed to have grafana.domain.org