<?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: Need Guidance on Tagging “Critical” Hosts in Dynatrace Managed (Multiple Management Zones) in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294967#M38678</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/82811"&gt;@Sohel_Rashid&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Assuming you have hosts spanning across multiple management zones and not all hosts in the management zone need tagging,&lt;BR /&gt;You might want to have a look at this API&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/environment-api/custom-tags/post-tags" target="_blank"&gt;Custom tags API - POST tags — Dynatrace Docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/76275"&gt;@Maheedhar_T&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Feb 2026 09:23:53 GMT</pubDate>
    <dc:creator>Maheedhar_T</dc:creator>
    <dc:date>2026-02-19T09:23:53Z</dc:date>
    <item>
      <title>Need Guidance on Tagging “Critical” Hosts in Dynatrace Managed (Multiple Management Zones)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294955#M38675</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We are using a &lt;STRONG&gt;Dynatrace Managed&lt;/STRONG&gt; environment, and our bank has requested to apply a &lt;STRONG&gt;“Critical” tag&lt;/STRONG&gt; to around &lt;STRONG&gt;400 servers&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;These hosts belong to multiple management zones such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;UPI,Mobile Banking,CBS,TAB,DMS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;We would like to understand the best and most efficient way to implement this tagging at scale.&lt;/P&gt;&lt;P&gt;Our queries:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the recommended approach to tag a large number of hosts as &lt;STRONG&gt;“Critical”&lt;/STRONG&gt; in Managed?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Can this be done using &lt;STRONG&gt;auto-tagging rules&lt;/STRONG&gt; based on management zones, host groups, or metadata?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any API-based or bulk method to apply tags across multiple hosts?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance or best practices would be really helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 05:04:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294955#M38675</guid>
      <dc:creator>Sohel_Rashid</dc:creator>
      <dc:date>2026-02-19T05:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need Guidance on Tagging “Critical” Hosts in Dynatrace Managed (Multiple Management Zones)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294961#M38677</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Best practice: auto-tag from a stable source-of-truth attribute&lt;/P&gt;&lt;P&gt;The most efficient option is to make “Critical” derived from something maintained outside Dynatrace (CMDB / inventory / automation / cloud tags or you can use custom metadata).&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/manage/tags-and-metadata/basic-concepts/tags-vs-metadata" target="_self"&gt;Tags versus metadata&lt;/A&gt;&amp;nbsp;--&amp;gt; so you can try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;inject metadata/property → auto-tag rule&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Cloud: use native cloud tags (e.g., critical=true) and create an auto-tag rule based on that tag&lt;/LI&gt;&lt;LI&gt;On-prem: push a custom host property/metadata (e.g., critical=true, business.criticality=critical) via your host management tooling, then auto-tag hosts based on that property.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This scales and stays correct over time (new hosts get tagged automatically).&lt;/P&gt;&lt;P&gt;2) Auto-tag “based on Management Zones” — usually not recommended&lt;/P&gt;&lt;P&gt;It’s often circular because Management Zones are typically defined using tags and relationships.&lt;BR /&gt;Better: tag using host groups / metadata / naming / cloud tags, then build MZs from those tags.&lt;BR /&gt;So the best practise ist&amp;nbsp;&lt;BR /&gt;Metadata --&amp;gt; Tags --&amp;gt; MZ&lt;BR /&gt;&lt;BR /&gt;3) Use Host group. I mean if the 400 hosts map neatly to host groups (UPI, Mobile Banking, CBS, …), create an auto-tag rule:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If host group IN ... → apply tag Critical.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So IMO best practise:&lt;BR /&gt;implement metadata/custom property + auto-tag rule so the tag remains correct as hosts change, and then management zones&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 07:58:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294961#M38677</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-02-19T07:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Guidance on Tagging “Critical” Hosts in Dynatrace Managed (Multiple Management Zones)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294967#M38678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/82811"&gt;@Sohel_Rashid&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Assuming you have hosts spanning across multiple management zones and not all hosts in the management zone need tagging,&lt;BR /&gt;You might want to have a look at this API&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/environment-api/custom-tags/post-tags" target="_blank"&gt;Custom tags API - POST tags — Dynatrace Docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/76275"&gt;@Maheedhar_T&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 09:23:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/294967#M38678</guid>
      <dc:creator>Maheedhar_T</dc:creator>
      <dc:date>2026-02-19T09:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Guidance on Tagging “Critical” Hosts in Dynatrace Managed (Multiple Management Zones)</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/298100#M38933</link>
      <description>&lt;P&gt;We did it through API and Python, Working fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2026 07:16:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Need-Guidance-on-Tagging-Critical-Hosts-in-Dynatrace-Managed/m-p/298100#M38933</guid>
      <dc:creator>Sohel_Rashid</dc:creator>
      <dc:date>2026-04-22T07:16:17Z</dc:date>
    </item>
  </channel>
</rss>

