<?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: What AWS AZ a Pod is in? in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/What-AWS-AZ-a-Pod-is-in/m-p/278742#M2037</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47920"&gt;@shakib&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be you can try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.cloud_application_instance
| fieldsAdd nodeid=runs_on[dt.entity.kubernetes_node]
| lookup [fetch dt.entity.kubernetes_node| fields id, node.id = id, node.name = entity.name,cluster.id = belongs_to[dt.entity.host]], sourceField: nodeid, lookupField: node.id 
| fieldsRemove nodeid, lookup.id, lookup.node.id
| fieldsRename host_id=lookup.cluster.id, hostname=lookup.node.name
| lookup [fetch dt.entity.host | fields id,Az_id = belongs_to[dt.entity.aws_availability_zone]], sourceField:host_id,lookupField:id
| fieldsRename az_id=lookup.Az_id, hostid=lookup.id
| lookup [fetch dt.entity.aws_availability_zone], sourceField:az_id, lookupField:id
| fieldsRename PodName=entity.name, availability_zone=lookup.entity.name
| fieldsKeep PodName, hostname, availability_zone&lt;/LI-CODE&gt;&lt;P&gt;You might get a result like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-06-04 at 11.42.00 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28352i803513F82D4E00EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-06-04 at 11.42.00 PM.png" alt="Screenshot 2025-06-04 at 11.42.00 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 04:43:19 GMT</pubDate>
    <dc:creator>Akhil-Jayendran</dc:creator>
    <dc:date>2025-06-05T04:43:19Z</dc:date>
    <item>
      <title>What AWS AZ a Pod is in?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/What-AWS-AZ-a-Pod-is-in/m-p/278731#M2036</link>
      <description>&lt;P&gt;I'm trying to create a dashboard or a DQL query that gives me the AZ all of my pods are in. I see that in the EC2 Node metadata I can see what AZ those nodes are in, and of course I can see what AZ the pods running on that node are in, but I want the information in one single view with all of the pods (or filterable list).&amp;nbsp;&lt;BR /&gt;Anyone know how I can achieve this with DQL or a dashboard query?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 08:32:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/What-AWS-AZ-a-Pod-is-in/m-p/278731#M2036</guid>
      <dc:creator>shakib</dc:creator>
      <dc:date>2025-06-05T08:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: What AWS AZ a Pod is in?</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/What-AWS-AZ-a-Pod-is-in/m-p/278742#M2037</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47920"&gt;@shakib&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be you can try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.cloud_application_instance
| fieldsAdd nodeid=runs_on[dt.entity.kubernetes_node]
| lookup [fetch dt.entity.kubernetes_node| fields id, node.id = id, node.name = entity.name,cluster.id = belongs_to[dt.entity.host]], sourceField: nodeid, lookupField: node.id 
| fieldsRemove nodeid, lookup.id, lookup.node.id
| fieldsRename host_id=lookup.cluster.id, hostname=lookup.node.name
| lookup [fetch dt.entity.host | fields id,Az_id = belongs_to[dt.entity.aws_availability_zone]], sourceField:host_id,lookupField:id
| fieldsRename az_id=lookup.Az_id, hostid=lookup.id
| lookup [fetch dt.entity.aws_availability_zone], sourceField:az_id, lookupField:id
| fieldsRename PodName=entity.name, availability_zone=lookup.entity.name
| fieldsKeep PodName, hostname, availability_zone&lt;/LI-CODE&gt;&lt;P&gt;You might get a result like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-06-04 at 11.42.00 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28352i803513F82D4E00EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-06-04 at 11.42.00 PM.png" alt="Screenshot 2025-06-04 at 11.42.00 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:43:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/What-AWS-AZ-a-Pod-is-in/m-p/278742#M2037</guid>
      <dc:creator>Akhil-Jayendran</dc:creator>
      <dc:date>2025-06-05T04:43:19Z</dc:date>
    </item>
  </channel>
</rss>

