What is the mechanism to exclude sources in the vmware probe?
Environment
Release: Component: UIMVMW
Resolution
You need to be at vmware probe version 7.11 or higher.
Navigate to Admin Console > Raw Configure > Setup, and add the config key 'filter_out_vms_with_vm_name_matching_regex' . Specify the value with 'VM name' of the VM(s) you want to exclude under the setup section via raw configure. example:
.*ws\d\d$ = used to filter out any source that ends with ws## .* wks\d\d$ = used to filter out any source that ends with wks## .*backup.* = used to filter out any source that has backup in the name Save the changes and restart the probe. It should be noted that if you had already discovered the vcenter previously, the sources will have made it into USM. You will need to find those sources in USM > Inventory and remove them from there, if they had already been discovered.