Discovery adding 3 trailing spaces to the end of a few Load balancer CI and creates duplicatesIssue After updating to Pattern discovery, a few Load Balancers are getting discovered with an extra 3 trailing spaces in serial numbers. ReleaseNewYork.CauseThe spaces are added in the pattern "F5 Load Balancer" right after step 3 i.e Get Serial Number.ResolutionPlease modify the Step 8(attached the screenshot of the same) to parse it to remove the extra spaces and saved/published pattern. Changed Step 8 (target field name serial number "value" from $Serial Number to "EVAL(javascript:var rtn; var sn=${serial _number}.trim(); rtn = sn;)"See the attached screenshot for reference.