27 Feb 2025 11:29 AM
Hi,
I have the following msg:
27 Feb 2025 06:21 PM
Hi almog50,
I was able to parse this log for you and pull the s2k_lineNumber. Here's the DQL query that I have created.
Here's a little run down to what the parse is doing.
1. First, I use LD (Line data) to search through the record until I see 's2k_lineNumber, value:'
2. Then I use INT so that the next time it sees an integer then it stores that value in s2k_lineNumber
The next step would be using the summarize function to sort the new column.
Hope this helps!