Search found 7 matches

by Jack
Thu Nov 06, 2014 9:33 am
Forum: Using LogMX
Topic: How to fix separator found on tag ?
Replies: 6
Views: 11510

Re: How to fix separator found on tag ?

By forgetting the first line I mean make a log4j pattern parser not matching these kind of line by adding a new field. With the following pattern, replacing "-%mx{version}" by "-%mx{vx}-%mx{vy}", I get correctly other lines (3 last lines of my pattern test): %d [%p] %t'-%mx{centre}-%mx{loginUtilisat...
by Jack
Wed Nov 05, 2014 9:10 am
Forum: Using LogMX
Topic: How to fix separator found on tag ?
Replies: 6
Views: 11510

Re: How to fix separator found on tag ?

Thanks for you effort Xavier! But in fact, it still doesn't work :( With the regex parser you give me, all the fields are shift after 'loginUtilisateur'. idFournisseur show Energie and so on. Same for log4j pattern parser But I understand why: It's because when the 'version' field is present, it als...
by Jack
Tue Nov 04, 2014 10:22 am
Forum: Using LogMX
Topic: How to fix separator found on tag ?
Replies: 6
Views: 11510

Re: How to fix separator found on tag ?

Thanks for the quick answer! I know the "match minimum characters" feature, and I already try it. But I can't manage it working in my case, I think because my line are not all complete in the same way, even if they are made by a log4j file :( Here are an example of few lines I can't make it working:...
by Jack
Mon Nov 03, 2014 4:32 pm
Forum: Using LogMX
Topic: How to fix separator found on tag ?
Replies: 6
Views: 11510

How to fix separator found on tag ?

I try to find a solution for the following problem: I have a complex log4j pattern with 14 tags, with the '-' character used as separator. Unfortunately, the separator is not well chosen, as a tag can contain this separator :roll: I can't change the log4j pattern, and I try to find a solution to fix...
by Jack
Tue Mar 18, 2014 1:14 pm
Forum: Using LogMX
Topic: sort by date
Replies: 5
Views: 9328

Re: sort by date

It works !

Thanks for the solution, and sorry for my mistake...
by Jack
Mon Mar 17, 2014 8:52 am
Forum: Using LogMX
Topic: sort by date
Replies: 5
Views: 9328

Re: sort by date

Yes sorry, I mean filter!

I have the correct language for my parser, but maybe the problem is with accent? (French language)
Because I must use UTF-8 encoding to have correct display. My file come from an Unix platform with SFTP.

For instance I have some date like that : "09 déc. 2013 15:24:59,269"
by Jack
Fri Mar 14, 2014 2:59 pm
Forum: Using LogMX
Topic: sort by date
Replies: 5
Views: 9328

sort by date

Hi,

I try to sort my log by date, but I have an error message:
Unable to use date filter since this file format (using Log4j pattern "%d{dd MMMM. yyyy HH:mm:ss,SSS} %-5p %-15c{1}: %m") doesn't handle absolute timestamps
Do I have to change something on my parser ?