Why is credentialless Discovery not updating the Operating system or it's version of the CI?Issue As per the credentialless Discovery documentation below, this is included in credentialless Discovery: "Detect the operating system of a target host and the OS version." https://docs.servicenow.com/csh?topicname=nmap-credential-less-discovery.html&version=latest However we observed that this information is not populated during the credentialless Discovery pattern, despite the data being collected.ReleaseOriginal case was on Orlando releaseCauseThe data was available from the NMAP command step of the pattern, however it was not utilized when creating the CI.Resolution1) Open the 'Credentialless Discovery network device' pattern 2) Open step 1 of the pattern 'Device discovery' 3) Run the pattern to get data in the output box 4) Highlight one of the 'osgen' values in the output box 5) Add 'osVersion' as a variable, this should then highlight all 'osgen' values in the output box 6) Open step 3 of the pattern 'Populate hardware CMDB' 7) Add a new transform with the target field name set to 'os' and the value set to '$HostDiscovery[1].osfamily' 8) Add a new transform with the target field name set to 'os_version' and the value set to '$HostDiscovery[1].osVersion' 9) Save the pattern 10) Pattern sync with your MID servers to ensure they have the latest version 11) Re-run the Discovery