There is a field "Message" which contains "Error 1 , profileid = a, jsessionid=b" I want my search query to ignore profileid and jsessionid, and dispaly error count. For below messages in logs...
See more...
There is a field "Message" which contains "Error 1 , profileid = a, jsessionid=b" I want my search query to ignore profileid and jsessionid, and dispaly error count. For below messages in logs, query should display error1 count as 2 and error2 count as 1 Message 1 : Error 1 , profileid = a, jsessionid=b Message 2 : Error 1, profileid = c, jsessionid=d Message 3 : Error 2 , profileid = e, jsessionid=f Please help