12 May 2023 08:37 PM
Hello Community,
Is there anyway to alter the default results table formatting in the Logs section when any user enters?
Secondary question related to processing rule using example contents of log below:
How would you construct processor definition to parse out the remaining content after 'SourceApp ' to end of contents [Contract 123456789 is currently being processed (additional text)] into a field named "message" ?
My goal is to remove unnecessary information at the head of the content field, replaced with message field, to enhance user experience viewing logs from this source.
Thank you!
Solved! Go to Solution.
07 Jun 2023 08:36 AM
Hi,
I could answer the second question.
The processor definition would be very simple. The `PARSE` command could be used to address that need.
Please try the following script
PARSE(content,"LD 'SourceApp' SPACE DATA:message")
An additional field should be added to the record