30 Jan 2025 10:53 AM
Hello all
In the new dashboards using DQL, is it possible, for example, to create a variable that contains all the management zones as we had the filter in the classic dashboards?
My idea is to choose the management zone and fetch all the components that belong to that management zone dynamically. In the example below, management zones will return null because we are filtering by the host entity and not all hosts are in management zones.
Kind Regards
H. Mendes
30 Jan 2025 11:15 AM
What you are looking for is called Segments https://docs.dynatrace.com/docs/shortlink/segments-concepts-includes
With filters you would need to include the variables in each of the queries.
30 Jan 2025 11:37 AM
Thanks for the answer.
But in the segments, will I have to replicate the content of the Management zone, or can we get what we have within the management zone with some variable?