<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-JOIN-How-to-Join-from-dt-entity-process-group-instance-to-dt/m-p/267662#M1614</link>
    <description>&lt;P&gt;DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;It would be useful to have a document which shows how to join (which fields to use) between the dt.entity types.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2025 17:25:28 GMT</pubDate>
    <dc:creator>D_Miller</dc:creator>
    <dc:date>2025-01-16T17:25:28Z</dc:date>
    <item>
      <title>DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-JOIN-How-to-Join-from-dt-entity-process-group-instance-to-dt/m-p/267662#M1614</link>
      <description>&lt;P&gt;DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;It would be useful to have a document which shows how to join (which fields to use) between the dt.entity types.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 17:25:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-JOIN-How-to-Join-from-dt-entity-process-group-instance-to-dt/m-p/267662#M1614</guid>
      <dc:creator>D_Miller</dc:creator>
      <dc:date>2025-01-16T17:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: DQL JOIN: How to Join from dt.entity.process_group_instance to dt.entity.host_group</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-JOIN-How-to-Join-from-dt-entity-process-group-instance-to-dt/m-p/267693#M1617</link>
      <description>&lt;P&gt;Do you mean something like this?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fetch dt.entity.process_group_instance
| fieldsAdd host = belongs_to[dt.entity.host]
| fieldsAdd entityAttr(host, "hostGroupName", type: "dt.entity.host")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 16 Jan 2025 21:00:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-JOIN-How-to-Join-from-dt-entity-process-group-instance-to-dt/m-p/267693#M1617</guid>
      <dc:creator>Tiit_Hallas</dc:creator>
      <dc:date>2025-01-16T21:00:45Z</dc:date>
    </item>
  </channel>
</rss>

