08 Jul 2018 10:24 PM
I would like to set up a TV screen with a Dt SaaS dashboard on a TV screen connected to a computer that no one has access to. The problem is getting the dashboard to autoload after a computer restart. Is there some way I can 'log in' to the dashboards without having to have someone log in manually? The 'Remember Me' checkbox looks like it just remembers my user, but does not auto-log in.
Solved! Go to Solution.
09 Jul 2018 08:17 AM
Not sure about SaaS, with managed I've been able to write a simple static HTML page, that invokes javascript doing HTTP POST with credentials data and target dashboard ID. But login screen for Dynatrace Manage is different.
For SaaS - until someone comes with an official solution, I'd suggest writing a simple Selenium script (in the preferred language of your choice) that will handle the login screen. This will definitely work for you, until Dynatrace introduces and enforces captcha or 2FA.
09 Jul 2018 04:05 PM
Any chance you can share that static HTML page?
10 Jul 2018 07:46 AM - last edited on 09 Feb 2022 10:40 AM by AgataWlodarczyk
Sure, here you go:
https://github.com/juliusloman/dynatrace-managed-autologin
Keep in mind that this is an autologin for Dynatrace Managed, it will not work for Dynatrace SaaS.
10 Jul 2018 09:08 AM
Here you have a quick & dirty script for Dynatrace SaaS autologin using python and selenium:
https://github.com/juliusloman/dynatrace-saas-autologin
Update it according to your environment (selenium driver, url, username, ...)
10 Jul 2018 04:09 PM
Awesome - thank you Julius!
24 Nov 2022 08:59 PM
We also have the option to share dashboards anonymously (by link only) now. No login required.
18 Sep 2024 11:58 AM
But that's share them publicly via internet?
Do you have a more secure solution?
20 Sep 2024 08:31 AM
Yes and no.
It's now possible to only allow certain IP ranges to access your Dynatrace environment. That would be a way to limit access. Together with the anonymous link being very hard to guess that may provide a reasonable level of security.