cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group

D_Miller
Advisor

DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group

I'm struggling to find a way of doing this. I'm look to run daily reports of DT Agents version following an Agent update. To track which teams have not restarted their processes.

It would be useful to have a document which shows how to join (which fields to use) between the dt.entity types.

1 REPLY 1

Tiit_Hallas
Dynatrace Helper
Dynatrace Helper

Do you mean something like this?

fetch dt.entity.process_group_instance
| fieldsAdd host = belongs_to[dt.entity.host]
| fieldsAdd entityAttr(host, "hostGroupName", type: "dt.entity.host")
I had a life once. Then I bought my first computer ...

Featured Posts