<?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 Can I search for Entities there are not any tags? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118961#M12147</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a question about tag.&lt;/P&gt;
&lt;P&gt;Can I search for Entities there are not any tags?&lt;/P&gt;
&lt;P&gt;In large environments, it takes time to check each Entities to see if it is tagged.&lt;/P&gt;
&lt;P&gt;Is there any way to search?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Tomoko Fukuda&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 11:35:33 GMT</pubDate>
    <dc:creator>tfukuda</dc:creator>
    <dc:date>2021-12-14T11:35:33Z</dc:date>
    <item>
      <title>Can I search for Entities there are not any tags?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118961#M12147</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have a question about tag.&lt;/P&gt;
&lt;P&gt;Can I search for Entities there are not any tags?&lt;/P&gt;
&lt;P&gt;In large environments, it takes time to check each Entities to see if it is tagged.&lt;/P&gt;
&lt;P&gt;Is there any way to search?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Tomoko Fukuda&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 11:35:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118961#M12147</guid>
      <dc:creator>tfukuda</dc:creator>
      <dc:date>2021-12-14T11:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can I search for Entities there are not any tags?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118962#M12148</link>
      <description>&lt;P&gt;Hmmm i think this may be hard to do. &lt;/P&gt;&lt;P&gt;Only Idea I have is Environment API, there you can list all entities and check via script which of them has tags or not. You can make it via simple regex in sublime as well.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2019 09:26:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118962#M12148</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-05-28T09:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I search for Entities there are not any tags?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118963#M12149</link>
      <description>&lt;P&gt;No you cannot. The only way is to use the environment API. For example to query services with no tags:&lt;/P&gt;&lt;PRE&gt;curl -XGET -H "Authorization: api-token $APITOKEN" "$TENANT/api/v1/entity/services"|jq '.[]|select(.tags=[])'&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2019 10:14:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118963#M12149</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-05-28T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I search for Entities there are not any tags?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118964#M12150</link>
      <description>&lt;P&gt;It can be done. Ideally i would do is pull the monitors data in a file using API and script and then in same script will parse the file for the required data without tags.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2019 11:14:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118964#M12150</guid>
      <dc:creator>kulwinder_singh</dc:creator>
      <dc:date>2019-05-28T11:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I search for Entities there are not any tags?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118965#M12151</link>
      <description>&lt;P&gt;If you can do it fine otherwise let me know i will write something down for you.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2019 11:15:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Can-I-search-for-Entities-there-are-not-any-tags/m-p/118965#M12151</guid>
      <dc:creator>kulwinder_singh</dc:creator>
      <dc:date>2019-05-28T11:15:57Z</dc:date>
    </item>
  </channel>
</rss>

