Agent Client Collector – Visibility (ACC-V) not fetching the last_used dataIssue Agent Client Collector – Visibility (ACC-V) not fetching the last_used data Steps to Reproduce : Log in to the instance.Go to the agent's table and pick any agent.Go to the specific CI(Configuration Item) of that agent and check for the software Installation record.The last Used column is empty.CauseIn the EnhancedDiscoveryHandler script include, the installed_software data is passed into filterInstallSoftware() where there is an if-else condition for different Operating Systems.ResolutionTry to perform a debug on the Installed software check definition. Debug parameter : endpoint_discovery.rb --compact --select=installed_software --log_level=DEBUG If it's bringing the last_used data but not updating the CI(Configuration Item) form. So as a workaround, the dev team have changed the condition from startsWith to Contains and tested the update set and the last_used. Attached is the UpdateSet (sys_remote_update_set_cf6e95dc873e2d90bb06ea450cbb3505.xml) with the workaround details.