Group: Forum Members
Posts: 6,
Visits: 22
|
I'm evaluating LogViewPlus and I've found something the pattern parser can't seem to deal with: 1565810719.699780: Starting encoder process NOW! That line is one line of the output from a program called 'mencoder' (in this case version 1.3.0). That number at the front is the # of seconds since Jan 1, 1970, but mencoder has decided to print it with fractional sections (instead of printing it as a whole number of microseconds or something like our other log files do). Is there any way that I can get the pattern parser to deal with this properly? right now it just says parse error. Alternately, can someone tell me what regex parser inputs look like? If I had some examples of regex parser definitions that included dates, I might be able to work it out myself (at least to the point of getting the seconds as the date and leaving the fraction as it's own column).
Thanks!
|