<?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: Auto-tag VMware Entities by Name | VMware (remote monitoring) extension in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302624#M7353</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I assume you want to tag with the entity name and not a static value. You can do this using placeholders but for the rule use regex.&lt;/P&gt;&lt;P&gt;The only issue with this is it would apply the tag according to what the regex grabs. It really depends on if you have any kind of naming convention in your environment or not. Or you can just simply put a generic automatic tag, something called: Device_Name or something that would apply to all Custom Devices (Which all those entity types are).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example how to apply to every CUSTOM_DEVICE its entity name:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JooSilva_0-1785408189134.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33812i21A3278B2C1F6C02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JooSilva_0-1785408189134.png" alt="JooSilva_0-1785408189134.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's currently a naming convention in your environment for the vmware entities, then you can use the regex to filter them and apply the tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, you can use manual tags:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Through a workflow, via API do a GET request to grab those entities (probably a request per entity type)&lt;UL&gt;&lt;LI&gt;Parse the entity name and tags (Check if the tag already exists)&lt;/LI&gt;&lt;LI&gt;If it doesn't exist, create the tag with a POST request&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can also the same process explained for the workflow but using an external automation source, be it a script somewhere or a solution like N8N.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jul 2026 10:43:27 GMT</pubDate>
    <dc:creator>JoãoSilva</dc:creator>
    <dc:date>2026-07-30T10:43:27Z</dc:date>
    <item>
      <title>Auto-tag VMware Entities by Name | VMware (remote monitoring) extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302442#M7347</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;We have enabled&amp;nbsp;VMware extension in our organization. Below are the corresponding entity detection identifiers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VMware vCenter → dt.entity.vmware:vcenter&lt;/LI&gt;&lt;LI&gt;VMware VM → dt.entity.vmware:virtualmachine&lt;/LI&gt;&lt;LI&gt;VMware Cluster → dt.entity.vmware:cluster&lt;/LI&gt;&lt;LI&gt;VMware Datacenter → dt.entity.vmware:datacenter&lt;/LI&gt;&lt;LI&gt;VMware Datastores → dt.entity.vmware:datastore&lt;/LI&gt;&lt;LI&gt;VMware Host → dt.entity.vmware:host&lt;/LI&gt;&lt;LI&gt;VMware Disks → dt.entity.vmware:disk&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would like to create automatic tags based on the entity names.&lt;/P&gt;&lt;P&gt;For instance, a datastore named "dtstore-1" should automatically receive the tag:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;datastore:dtstore-1.&lt;/P&gt;&lt;P&gt;I tried adding the rule:&amp;nbsp;Apply '&lt;STRONG&gt;{CustomDevice:Name}&lt;/STRONG&gt;' to Entities matching &lt;STRONG&gt;type("vmware:datastore")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But it resulted in a warning:&amp;nbsp;&lt;EM&gt;Placeholders are not applicable for entity selector based rules.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is there an alternative method to achieve this? Please guide.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;AK&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 19:56:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302442#M7347</guid>
      <dc:creator>AK</dc:creator>
      <dc:date>2026-07-27T19:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-tag VMware Entities by Name | VMware (remote monitoring) extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302447#M7348</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;For all Entity selector-based tagging rules, Dynatrace doesn't support placeholders, regardless of whether the matched entities are VMware entities, Custom Devices, Hosts, Services, or Process Groups.&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;I have used below method and it works perfectly&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:virtualmachine"),entityName.contains("prod-app")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:vcenter"),entityName.contains("vc-prod")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:host"),entityName.contains("esx-prod")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:datacenter"),entityName.contains("primary")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:datastore"),entityName.contains("gold-storage")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:cluster"),entityName.contains("compute")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;type("vmware:disk"),entityName.contains("data-disk")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sujit_k_singh_1-1785190906690.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33769i0D9E2EA2F32B88B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sujit_k_singh_1-1785190906690.png" alt="sujit_k_singh_1-1785190906690.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sujit_k_singh_0-1785189294816.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33768iF0796560252139F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="sujit_k_singh_0-1785189294816.png" alt="sujit_k_singh_0-1785189294816.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jul 2026 22:23:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302447#M7348</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-07-27T22:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Auto-tag VMware Entities by Name | VMware (remote monitoring) extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302624#M7353</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/2080"&gt;@AK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I assume you want to tag with the entity name and not a static value. You can do this using placeholders but for the rule use regex.&lt;/P&gt;&lt;P&gt;The only issue with this is it would apply the tag according to what the regex grabs. It really depends on if you have any kind of naming convention in your environment or not. Or you can just simply put a generic automatic tag, something called: Device_Name or something that would apply to all Custom Devices (Which all those entity types are).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an example how to apply to every CUSTOM_DEVICE its entity name:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JooSilva_0-1785408189134.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33812i21A3278B2C1F6C02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JooSilva_0-1785408189134.png" alt="JooSilva_0-1785408189134.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there's currently a naming convention in your environment for the vmware entities, then you can use the regex to filter them and apply the tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, you can use manual tags:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Through a workflow, via API do a GET request to grab those entities (probably a request per entity type)&lt;UL&gt;&lt;LI&gt;Parse the entity name and tags (Check if the tag already exists)&lt;/LI&gt;&lt;LI&gt;If it doesn't exist, create the tag with a POST request&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can also the same process explained for the workflow but using an external automation source, be it a script somewhere or a solution like N8N.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;João&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2026 10:43:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Auto-tag-VMware-Entities-by-Name-VMware-remote-monitoring/m-p/302624#M7353</guid>
      <dc:creator>JoãoSilva</dc:creator>
      <dc:date>2026-07-30T10:43:27Z</dc:date>
    </item>
  </channel>
</rss>

