|
Hi, iam trying to extract certain values from my log files which i have given below 1st event at x.x.x.x.x.x(1) at x.x.x.x.x.x.x.x(2) at X.x.x.x.x.x.x.x.xx(3) ........... 2nd event at x.x.x.x.x.x(4) at x.x.x.x.x.x.x.x(5) at X.x.x.x.x.x.x.x.xx(6) ............... ......... The issue iam facing is iam getting only first line of every event starting with "at", not the all lines in one event itself.I want all the values after "at" in each events" the output iam getting is like this x.x.x.x.x.x(1) x.x.x.x.x.x.x.x(5) This is the regex iam using rex field=_raw "ats(?<value>.*)s" |
|
Thanks Ayn,Its working fine..........
(06 May '12, 21:37)
john
|