<?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 for AWS CloudWatch Tags in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/250140#M1037</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44995"&gt;@AurelienGravier&lt;/a&gt;&amp;nbsp;Thank you for your support!&lt;/P&gt;&lt;P&gt;Regards Sebastiaan Hollander&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 07:24:20 GMT</pubDate>
    <dc:creator>sebastiaan_holl</dc:creator>
    <dc:date>2024-07-09T07:24:20Z</dc:date>
    <item>
      <title>DQL for AWS CloudWatch Tags</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/249289#M1015</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;It is possible to gather tags with DQL for registered entities. Our challenge is getting AWS tags for items that are shown in the AWS Classic and Clouds (new) dashboards. So for items on which there is no OneAgent, for which we receive AWS metrics based on the integration with AWS CloudWatch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a host a simple approach is this:&lt;/P&gt;
&lt;P&gt;fetch dt.entity.host&lt;BR /&gt;| fieldsAdd tags&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But how can we do the same for AWS CloudWatch metrics, using DQL? There does not seem to be an option to gather the tags for these AWS Cloudwatch metrics.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are able to gather all AWS Tags by using the API, but we would like to use the AWS tags for other purposes.&lt;/P&gt;
&lt;P&gt;Anyone suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your response and support.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sebastiaan&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 07:56:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/249289#M1015</guid>
      <dc:creator>sebastiaan_holl</dc:creator>
      <dc:date>2024-07-01T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: DQL for AWS CloudWatch Tags</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/250139#M1036</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/17068"&gt;@sebastiaan_holl&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example for you based on EC2 service with AWS tags :&lt;/P&gt;&lt;P&gt;fetch dt.entity.ec2_instance&lt;BR /&gt;| fieldsAdd ToString(tags), alias:listOfTags&lt;/P&gt;&lt;P&gt;| parse listOfTags, "LD '[AWS]Name:' DATA:aws_name '\"'"&lt;BR /&gt;| parse listOfTags, "LD '[AWS]environment:' DATA:aws_env '\"'"&lt;/P&gt;&lt;P&gt;| fieldsRemove listOfTags&lt;BR /&gt;| summarize count=count(), by: {aws_env}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to use an other cloud service, you just need to change the entity (examples : fetch dt.entity.aws_network_load_balancer or fetch dt.entity.auto_scaling_group ...)&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 07:11:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/250139#M1036</guid>
      <dc:creator>AurelienGravier</dc:creator>
      <dc:date>2024-07-09T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: DQL for AWS CloudWatch Tags</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/250140#M1037</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44995"&gt;@AurelienGravier&lt;/a&gt;&amp;nbsp;Thank you for your support!&lt;/P&gt;&lt;P&gt;Regards Sebastiaan Hollander&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 07:24:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-for-AWS-CloudWatch-Tags/m-p/250140#M1037</guid>
      <dc:creator>sebastiaan_holl</dc:creator>
      <dc:date>2024-07-09T07:24:20Z</dc:date>
    </item>
  </channel>
</rss>

