Add custom attributes for all resource types in vsphere input (#6884)
This commit is contained in:
committed by
Daniel Nelson
parent
b908059326
commit
78a7978ea8
@@ -233,12 +233,12 @@ func init() {
|
||||
}
|
||||
|
||||
addFields = map[string][]string{
|
||||
"HostSystem": {"parent"},
|
||||
"HostSystem": {"parent", "summary.customValue", "customValue"},
|
||||
"VirtualMachine": {"runtime.host", "config.guestId", "config.uuid", "runtime.powerState",
|
||||
"summary.customValue", "guest.net", "guest.hostName"},
|
||||
"Datastore": {"parent", "info"},
|
||||
"ClusterComputeResource": {"parent"},
|
||||
"Datacenter": {"parent"},
|
||||
"summary.customValue", "guest.net", "guest.hostName", "customValue"},
|
||||
"Datastore": {"parent", "info", "customValue"},
|
||||
"ClusterComputeResource": {"parent", "customValue"},
|
||||
"Datacenter": {"parent", "customValue"},
|
||||
}
|
||||
|
||||
containers = map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user