VMware instances (cmdb_ci_vmware_instance) are marked as retired/terminated, however there's no audit history (list history)Issue VMware instances (cmdb_ci_vmware_instance) are marked as retired/terminated, however there's no audit history (list history)CauseThis is expected. There's a probe parameter: batch_update_vm_state on probe "VMWare - vCenter Datacenters". This is default to true. In script include: VCenterDatacentersSensor, if any VMs are determined as stale, the script update them as retired/terminated. When batch_update_vm_state is true, updateMultiple is used, which will improve performance but not trigger audit history.ResolutionYou may open probe "VMWare - vCenter Datacenters" and change batch_update_vm_state to false. However this will have impact on performance especially for large VMware environment.