<?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 Re: Deep Monitoring - Hosts in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302650#M3444</link>
    <description>&lt;P&gt;Hey Mateusbmo,&lt;/P&gt;&lt;P&gt;While I'm not sure about getting that exact deep monitoring status, a method I use for determining which hosts are valuable to keep in full stack mode is looking at which ones serve services.&lt;/P&gt;&lt;P&gt;Using the new Smartscape this is really easy to do using DQL. The below query looks up all hosts in the environment, then looks at which ones have a relationship to a service, then prints out just a list of host IDs that are related to services.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;smartscapeNodes "HOST"
| traverse "*", "SERVICE", direction:"backward"
| fields host.id = dt.traverse.history[0][id]
| dedup host.id&lt;/LI-CODE&gt;&lt;P&gt;You could reverse the query and look at services first, then traverse to the hosts, either way works. This is not a perfect solution as it does not necessarily account for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Hosts that have deep monitored processes but there is no traffic flowing through them&lt;/LI&gt;&lt;LI&gt;Failed injection scenarios&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully this helps though!&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2026 00:33:30 GMT</pubDate>
    <dc:creator>Fin_Ubels</dc:creator>
    <dc:date>2026-07-31T00:33:30Z</dc:date>
    <item>
      <title>Deep Monitoring - Hosts</title>
      <link>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302642#M3442</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Everyone,&lt;BR /&gt;good afternoon!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recently started working intensively on FinOps in Dynatrace, and I've begun automating some processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a script to replace all Full-Stack hosts with Infrastructure Monitoring–only hosts. However, to determine which hosts can be converted, I currently need a manual validation from my team.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if I could retrieve some of this information through logs and/or the API, as that would help automate the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll send you a screenshot to see if you might be able to help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, I need to obtain the **Deep Monitoring** information for each host.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 17:38:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302642#M3442</guid>
      <dc:creator>Mateusbmo1</dc:creator>
      <dc:date>2026-07-30T17:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Monitoring - Hosts</title>
      <link>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302644#M3443</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mateusbmo1_0-1785433160622.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33814iB0FF014278C5DBAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mateusbmo1_0-1785433160622.png" alt="Mateusbmo1_0-1785433160622.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 17:39:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302644#M3443</guid>
      <dc:creator>Mateusbmo1</dc:creator>
      <dc:date>2026-07-30T17:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deep Monitoring - Hosts</title>
      <link>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302650#M3444</link>
      <description>&lt;P&gt;Hey Mateusbmo,&lt;/P&gt;&lt;P&gt;While I'm not sure about getting that exact deep monitoring status, a method I use for determining which hosts are valuable to keep in full stack mode is looking at which ones serve services.&lt;/P&gt;&lt;P&gt;Using the new Smartscape this is really easy to do using DQL. The below query looks up all hosts in the environment, then looks at which ones have a relationship to a service, then prints out just a list of host IDs that are related to services.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;smartscapeNodes "HOST"
| traverse "*", "SERVICE", direction:"backward"
| fields host.id = dt.traverse.history[0][id]
| dedup host.id&lt;/LI-CODE&gt;&lt;P&gt;You could reverse the query and look at services first, then traverse to the hosts, either way works. This is not a perfect solution as it does not necessarily account for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Hosts that have deep monitored processes but there is no traffic flowing through them&lt;/LI&gt;&lt;LI&gt;Failed injection scenarios&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hopefully this helps though!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2026 00:33:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Deep-Monitoring-Hosts/m-p/302650#M3444</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2026-07-31T00:33:30Z</dc:date>
    </item>
  </channel>
</rss>

