vmware_vm_inventory: support fetching tag category #350
Labels
affects_2.10
cloud
feature
This issue/PR relates to a feature request
inventory
inventory plugin
needs_triage
Needs a first human triage before being processed.
plugins
plugin (any type)
SUMMARY
In vmware_vm_inventory we can fetch tags from Virtual Machines however we cannot fetch the categories which these tags belong to, this leads to tags with missing context as to what they actually belong to and how they should be grouped.
The
tags
returned by the inventory plugin are in the form of an array like:This would be more useful if the
tags
were a dictionary/map, using the tag category as the key like:ISSUE TYPE
COMPONENT NAME
vmware_vm_inventory
ADDITIONAL INFORMATION
The above could become:
This would then allow us to create groups with more context such as vmware_tag_service_nginx or vmware_tag_network_pci etc.
The text was updated successfully, but these errors were encountered: