17 Aug 2023 12:28 PM
Hi
So I'm building this dashboard that shows some Grail data per host.
The host gets selected using a variable.
I want to make a markdown tile on that dashboard with a link to the Host page for that host
my variable has the hostname but the url of the host dashboard looks like /ui/apps/dynatrace.classic.hosts/ui/entity/HOST-13A1850A9CC88A45
I can't define hidden variables that can lookup that ID for me based upon the host variable AFAICS
What would be the best approach to get that ID into the markdown tile, or am I missing something or doing this wrong?
17 Aug 2023 02:45 PM - edited 17 Aug 2023 02:45 PM
Does this work?
[Host page](ui/entity/HOST-13A1850A9CC88A45?gtf=-2h&gf=all)
(The timeframe you want to go with might be different of course)
17 Aug 2023 02:46 PM
hi
Yes but i want it to change when i change my variable as well
it must link to the host page of the currently selected host
thanks
17 Aug 2023 02:51 PM
Oh I see the problem now, I will play around with it a bit 🙂 Interesting one