30 Mar 2022 02:32 PM - last edited on 31 Mar 2022 09:04 AM by MaciejNeumann
Hi Dynatrace,
Can you please provide some guidance how to use entitySelector to retrieve host data by host name?
I tried different options but none successful. Here is one example:
Solved! Go to Solution.
30 Mar 2022 02:48 PM
The problem is the single quote you are using on the filter.
try with double quotes. entitySelector=type("host"),tag("your:tag")
30 Mar 2022 03:23 PM
Thank you! That was it.