07 Sep 2025
01:28 AM
- last edited on
24 Sep 2025
10:45 AM
by
Michal_Gebacki
Please let me know how to download the applications list with all its services, endpoints.
I can see that in "called services" in the application but those are not exhaustive. Also, when trying to run the below DQL, list is chaning when increasing the time frame.
fetch dt.entity.service
| fieldsAdd appci = splitString(splitString(toString(tags), "applicationci:")[1], "\"")[0]
| filter contains(appci, test")
| fields id, entity.name, appci
Please suggest the right way to see what all the services, endpoints the application is capturing in dynatrace.