<?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: is that possible to group Management zone in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273026#M36043</link>
    <description>&lt;P&gt;I have 150+ management zones. Some of these zones have entities, while the remaining ones will be added soon. I just need a view of all these zones. In this case, we can't create a zone while trying. We need to incorporate all 150+ zone tags into one, which takes too much time.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Mar 2025 09:19:12 GMT</pubDate>
    <dc:creator>MathX</dc:creator>
    <dc:date>2025-03-20T09:19:12Z</dc:date>
    <item>
      <title>Is it possible to group numerous management zones on one view</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/272919#M36027</link>
      <description>&lt;P&gt;Assume that I want to view entities that are present in &lt;EM&gt;N&lt;/EM&gt; different management zones. Since we can’t apply tags at the management zone level, is there another way to achieve this?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 13:11:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/272919#M36027</guid>
      <dc:creator>MathX</dc:creator>
      <dc:date>2025-03-21T13:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: is that possible to group Management zone</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/272971#M36031</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/86393"&gt;@MathX&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;What would be the use case? Can you provide a little bit more explanation?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 16:02:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/272971#M36031</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-03-19T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: is that possible to group Management zone</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273002#M36035</link>
      <description>&lt;P&gt;Probably the easiest way in UI is to display a metric in Data Explorer with filter based on entity selector containing zones.&lt;BR /&gt;&lt;BR /&gt;Example for hosts which are in zone1 and zone2:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:host.cpu.user
:filter(and(or(in("dt.entity.host",entitySelector("type(host),mzName(~"zone1~"),mzName(~"zone1~")")))))
:splitBy("dt.entity.host")&lt;/LI-CODE&gt;&lt;P&gt;Or use the Environment v2 entities API to query such entities.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 20:17:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273002#M36035</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-03-19T20:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: is that possible to group Management zone</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273010#M36038</link>
      <description>&lt;P&gt;You can execute a Grail query for the entities and then compute the number of elements in the managementZones field.&lt;/P&gt;&lt;P&gt;Example DQL&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;fetch dt.entity.host
| fieldsAdd mzCount = arraySize(managementZones)
| filter mzCount = 3&lt;/LI-CODE&gt;&lt;P&gt;The above query will return hosts which belong to exactly three management zones.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:10:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273010#M36038</guid>
      <dc:creator>marco_irmer</dc:creator>
      <dc:date>2025-03-19T23:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: is that possible to group Management zone</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273026#M36043</link>
      <description>&lt;P&gt;I have 150+ management zones. Some of these zones have entities, while the remaining ones will be added soon. I just need a view of all these zones. In this case, we can't create a zone while trying. We need to incorporate all 150+ zone tags into one, which takes too much time.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 09:19:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273026#M36043</guid>
      <dc:creator>MathX</dc:creator>
      <dc:date>2025-03-20T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to group numerous management zones on one view</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273183#M36062</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/86393"&gt;@MathX&lt;/a&gt;!&lt;BR /&gt;Do any of the solutions proposed by our Community users work in your case? If so, please let us know by clicking the "accept as a solution" button. And if you still need our assistance - also give us a sign, we'll figure something out.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;EDIT: Thank you for coming back and accepting the solution, that's the Community spirit!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 05:51:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Is-it-possible-to-group-numerous-management-zones-on-one-view/m-p/273183#M36062</guid>
      <dc:creator>IzabelaRokita</dc:creator>
      <dc:date>2025-03-24T05:51:47Z</dc:date>
    </item>
  </channel>
</rss>

