Grok pattern extraction help

Hi All,

Can any one please help to divide the message in to 3 parts using grok filter

Complete message :

  • Exception SAPClient.execute method com.sap.conn.jco.JCoException: (104) RFC_ERROR_SYSTEM_FAILURE: No more memory available to add rows to an internal table

After division it looks like

Exception SAPClient.execute method com.sap.conn.jco.JCoException:

  1. RFC_ERROR_SYSTEM_FAILURE: No more memory available to add rows to an internal table

Thanks
Nikhilesh Gade

What should those 3 parts look like in your final output?

Hi Rahul,

Hope you are doing good.

This helps to create a bar dashboard for the exceptions(i.e part2)
and also is it possible to capture the specific keywords from the log and should create a bar widget to show the count of those keywords.

Part 1: -
Part 2: Exception SAPClient.execute method com.sap.conn.jco.JCoException:

Part 3 : (104) RFC_ERROR_SYSTEM_FAILURE: No more memory available to add rows to an internal table

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.