<?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: DQL query to have specific AWS tag available as value in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247662#M956</link>
    <description>&lt;P&gt;Works great! Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2024 09:04:46 GMT</pubDate>
    <dc:creator>aled</dc:creator>
    <dc:date>2024-06-07T09:04:46Z</dc:date>
    <item>
      <title>DQL query to have specific AWS tag available as value</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247419#M943</link>
      <description>&lt;P&gt;In the old dashboard, I have a dynamic filter set on a specific AWS tag "&lt;SPAN&gt;Tag key: Custom device&lt;/SPAN&gt; &lt;SPAN&gt;[AWS]environment"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm trying to replicate this behaviour in the new dashboards, using variables&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;However, using DQL I'm failing to write a query to extract the possible values for a specific tag&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here's where I am so far :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;fetch `dt.entity.cloud‌‌sqs`
| fields tags&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(&lt;EM&gt;not very far along as you can see&lt;/EM&gt;)&lt;/P&gt;
&lt;P&gt;My goal is to have a variable listing all existing values for my "&lt;FONT face="courier new,courier"&gt;environment&lt;/FONT&gt;" tag&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 07:02:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247419#M943</guid>
      <dc:creator>aled</dc:creator>
      <dc:date>2024-06-06T07:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to have specific AWS tag available as value</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247578#M954</link>
      <description>&lt;P&gt;maybe this can help&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.cloud‌‌sqs
| fields tags
| expand tags
| filter contains(tags, "[AWS]environment")
| parse tags, """LD ':' LD:value"""
| fieldsRemove tags
| sort value asc
| summarize environments = collectDistinct(value)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 Jun 2024 15:45:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247578#M954</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2024-06-06T15:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: DQL query to have specific AWS tag available as value</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247662#M956</link>
      <description>&lt;P&gt;Works great! Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 09:04:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-query-to-have-specific-AWS-tag-available-as-value/m-p/247662#M956</guid>
      <dc:creator>aled</dc:creator>
      <dc:date>2024-06-07T09:04:46Z</dc:date>
    </item>
  </channel>
</rss>

