<?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 Find Process Groups by Name and Add to Queries Using DQL Built-ins in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Find-Process-Groups-by-Name-and-Add-to-Queries-Using-DQL-Built/m-p/275535#M1961</link>
    <description>&lt;P&gt;I have a process griup which is running on 30+ hosts. I am unable to find a DQL query which would help me locate prcess with name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A target="_blank"&gt;Process group org.apache.xxxx.distributed.yyyy&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to locate this process under technologies and process and then in technology overview I enter name as above and I get my result&lt;/P&gt;
&lt;P&gt;What DQL will help me get this process group. Its a java process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Dec 2025 10:57:41 GMT</pubDate>
    <dc:creator>ushaghosh</dc:creator>
    <dc:date>2025-12-18T10:57:41Z</dc:date>
    <item>
      <title>Find Process Groups by Name and Add to Queries Using DQL Built-ins</title>
      <link>https://community.dynatrace.com/t5/DQL/Find-Process-Groups-by-Name-and-Add-to-Queries-Using-DQL-Built/m-p/275535#M1961</link>
      <description>&lt;P&gt;I have a process griup which is running on 30+ hosts. I am unable to find a DQL query which would help me locate prcess with name.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A target="_blank"&gt;Process group org.apache.xxxx.distributed.yyyy&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to locate this process under technologies and process and then in technology overview I enter name as above and I get my result&lt;/P&gt;
&lt;P&gt;What DQL will help me get this process group. Its a java process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 10:57:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Find-Process-Groups-by-Name-and-Add-to-Queries-Using-DQL-Built/m-p/275535#M1961</guid>
      <dc:creator>ushaghosh</dc:creator>
      <dc:date>2025-12-18T10:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: DQL with builtin: to find a process group by name and add to dashboard</title>
      <link>https://community.dynatrace.com/t5/DQL/Find-Process-Groups-by-Name-and-Add-to-Queries-Using-DQL-Built/m-p/275582#M1968</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/84580"&gt;@ushaghosh&lt;/a&gt;&amp;nbsp;You can try something like below&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.process_group
| filter entity.name == "nginx"
| fieldsAdd host_id = runs_on[dt.entity.host]&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Apr 2025 01:18:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Find-Process-Groups-by-Name-and-Add-to-Queries-Using-DQL-Built/m-p/275582#M1968</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2025-04-22T01:18:18Z</dc:date>
    </item>
  </channel>
</rss>

