...out the \, in the second capture group, I can't get the entire 'About' message, which includes a comma.
With it, I pick up the comma's on non-quoted numerical fields.
I haven't given up, but t...
Hello All, I am not good in RegularExpressions, I need you assist. In my data, I have a field containing IPs and Ports but in specific sequence: ...some text ... SourceIP DestIP SrcPort D...
...MyApp.Facade.log MyApp.Facade.log
C:\logs\Some.Component-log4net.log Some.Component-log4net.log
I can't tell what it is about that regularexpression that allows it to w...
need help withregularexpression to extract CASE_ID from below request[xml] < tns2:LogErrorActivity xmlns:tns2= " http://www.abnamro.com/ErrorLogSchema " xmlns:ns= " http://w...
I have http statuses that come in from 2 different indexes, with almost the same event but the event from one indexer has a combination of space and comma as a delimiter and other just has spaces.&n...
...ion? If not how would I format the regularexpression where my line is lockoutTime=0 and I want to extract lockoutTime to see all of the results for that field across my logs?
I am using the extraction (regularexpression) option to extract a particular field from the events.
The issue I am having is the extraction works only for the previous events and not for the c...
I would like to perform a regularexpression search without any fieldextraction. I know you can do asterisks for things that start with what you're looking for, but all I have is a format of s...
I want to extract a character string using a regularexpression.
I am considering extracting the field (message ID) using the rex command, but I can not extract it withregularexpressions.
M...