When we enable the discovery property "glide.discovery.hostname.include_domain",it does not include the domain name in the CI name fieldDescriptionWhen we enable the discovery property "glide.discovery.hostname.include_domain",it does not include the domain name in the CI name fieldSteps to Reproduce 1.Enable the discovery property "glide.discovery.hostname.include_domain" 2. Run Discovery on an IP related to Linux Server. 3. Observe that it does not include the domain name in the CI name field even though domain name exists.Workaround1. Go to Linux server pattern. 2. Add below 2 steps after Get DNS names for IPs shared library. If Get DNS names for IPs shared library does not exist in the pattern, add after DNS shared library. Step: Get DNS name for ManagementIP In the above step, Value is EVAL(javascript: var rtrn ='';var table =${cmdb_ci_dns_name};var ip=${computer_system.managementIP};for(var i=0;i < table.size();i++){ var map=table.get(i); if(map.get('ip_address') == ip){ rtrn =map.get('name'); break; }}rtrn =rtrn;) Step: Set DNS name to name for Linux Server 3. save and publish the patternRelated Problem: PRB1422489