27 Jul 2026 08:56 PM
Hello Folks,
We have enabled VMware extension in our organization. Below are the corresponding entity detection identifiers:
I would like to create automatic tags based on the entity names.
For instance, a datastore named "dtstore-1" should automatically receive the tag: datastore:dtstore-1.
I tried adding the rule: Apply '{CustomDevice:Name}' to Entities matching type("vmware:datastore")
But it resulted in a warning: Placeholders are not applicable for entity selector based rules.
Is there an alternative method to achieve this? Please guide.
Regards,
AK
27 Jul 2026 11:23 PM
Hi @AK
I have used below method and it works perfectly
Thanks,
Sujit
30 Jul 2026 11:43 AM
Hi @AK ,
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.
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).
Here's an example how to apply to every CUSTOM_DEVICE its entity name:
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.
Alternatively, you can use manual tags:
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.
Best regards,
João
Featured Posts