<?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 Excluding certain entities from data explorer query in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/249335#M4070</link>
    <description>&lt;P&gt;First off we're using a custom extension so hopefully that doesn't put us in too much of a bind but here is our query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;nagios._Check_CPU_Load.load1:filter(and(or(in("dt.entity.custom_device",entitySelector("type(custom_device),fromRelationship.isInstanceOf(type(CUSTOM_DEVICE_GROUP),entityName.equals(~"Blahblahblah~"))"))))):splitBy("dt.entity.custom_device"):sort(value(auto,descending))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gives us a list of devices. We'd like to exclude 3 devices from this query. These 3 devices have a common word in their name: "test".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something we can add to our existing query so that those 3 devices are excluded?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 21:29:16 GMT</pubDate>
    <dc:creator>paulito</dc:creator>
    <dc:date>2024-06-27T21:29:16Z</dc:date>
    <item>
      <title>Excluding certain entities from data explorer query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/249335#M4070</link>
      <description>&lt;P&gt;First off we're using a custom extension so hopefully that doesn't put us in too much of a bind but here is our query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;nagios._Check_CPU_Load.load1:filter(and(or(in("dt.entity.custom_device",entitySelector("type(custom_device),fromRelationship.isInstanceOf(type(CUSTOM_DEVICE_GROUP),entityName.equals(~"Blahblahblah~"))"))))):splitBy("dt.entity.custom_device"):sort(value(auto,descending))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This gives us a list of devices. We'd like to exclude 3 devices from this query. These 3 devices have a common word in their name: "test".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something we can add to our existing query so that those 3 devices are excluded?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 21:29:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/249335#M4070</guid>
      <dc:creator>paulito</dc:creator>
      <dc:date>2024-06-27T21:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding certain entities from data explorer query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/250962#M4106</link>
      <description>&lt;P&gt;The following embedded entity selector can be used:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"type(custom_device),not(entityName.contains(~"test~")),fromRelationship.isInstanceOf(type(CUSTOM_DEVICE_GROUP),entityName.equals(~"Blahblahblah~"))"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 11:00:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/250962#M4106</guid>
      <dc:creator>stemos</dc:creator>
      <dc:date>2024-07-18T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding certain entities from data explorer query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/252157#M4141</link>
      <description>&lt;P&gt;Thank you so much, this works. Would there be a way to exclude multiple entities that have unique names?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 17:18:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/252157#M4141</guid>
      <dc:creator>paulito</dc:creator>
      <dc:date>2024-07-31T17:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding certain entities from data explorer query</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/253673#M4205</link>
      <description>&lt;P&gt;Yes, you can exclude unique names by:&lt;/P&gt;&lt;PRE&gt;"type(custom_device),not(entityName.in(~"full_device_name1~",~"full_device_name2~",~"full_device_name3~"))"&lt;/PRE&gt;&lt;P&gt;If you want to exclude multiple devices based on the contains filter, you can achieve this like shown in this example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"type(custom_device),not(entityName.contains(~"abc~")),not(entityName.contains(~"cbd~")),not(entityName.contains(~"bde~"))"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 07:42:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Excluding-certain-entities-from-data-explorer-query/m-p/253673#M4205</guid>
      <dc:creator>stemos</dc:creator>
      <dc:date>2024-08-20T07:42:16Z</dc:date>
    </item>
  </channel>
</rss>

