<?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 Field with only a certain key:value tag using DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272203#M1801</link>
    <description>&lt;P&gt;I want to get a field with only a certain key:value tag using DQL.&lt;BR /&gt;example: Host Name |&amp;nbsp; Host group name&amp;nbsp; | Datacentre:xyz&lt;BR /&gt;this Datacentre tag is already defined in my environment.&lt;BR /&gt;How to achieve it?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 07:04:44 GMT</pubDate>
    <dc:creator>Himavanth_Reddy</dc:creator>
    <dc:date>2025-03-13T07:04:44Z</dc:date>
    <item>
      <title>Field with only a certain key:value tag using DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272203#M1801</link>
      <description>&lt;P&gt;I want to get a field with only a certain key:value tag using DQL.&lt;BR /&gt;example: Host Name |&amp;nbsp; Host group name&amp;nbsp; | Datacentre:xyz&lt;BR /&gt;this Datacentre tag is already defined in my environment.&lt;BR /&gt;How to achieve it?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 07:04:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272203#M1801</guid>
      <dc:creator>Himavanth_Reddy</dc:creator>
      <dc:date>2025-03-13T07:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272215#M1802</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;fetch dt.entity.host&lt;BR /&gt;| fieldsAdd tags, hostGroupName&lt;BR /&gt;| filter matchesValue(tags,"TagName")&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:42:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272215#M1802</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2025-03-12T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272218#M1803</link>
      <description>&lt;P&gt;Slightly improved&lt;/P&gt;&lt;LI-CODE lang="java"&gt;fetch dt.entity.host
| fieldsAdd tags, hostGroupName
| expand tags
| filter contains(tags,"Datacentre")
| fields entity.name, hostGroupName, tags&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 12:52:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272218#M1803</guid>
      <dc:creator>PacoPorro</dc:creator>
      <dc:date>2025-03-12T12:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272225#M1804</link>
      <description>&lt;P&gt;Working. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 13:21:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272225#M1804</guid>
      <dc:creator>Himavanth_Reddy</dc:creator>
      <dc:date>2025-03-12T13:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272276#M1805</link>
      <description>&lt;P&gt;I found a great use case for this today!!!&amp;nbsp; love this&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:59:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Field-with-only-a-certain-key-value-tag-using-DQL/m-p/272276#M1805</guid>
      <dc:creator>Kenny_Gillette</dc:creator>
      <dc:date>2025-03-12T14:59:12Z</dc:date>
    </item>
  </channel>
</rss>

