Search found 4 matches

by megapixel
Mon Nov 02, 2009 8:28 pm
Forum: Writing a Parser
Topic: Custom Parser
Replies: 5
Views: 25781

Thanks for the information Xavier. Could you help me with the Java Parser Class below? I copied the structure from an earlier post and tried to modify it to fit my needs as best as possible, but don't know where I went wrong. package high_audit.apache; import java.text.DateFormat; import java.text.S...
by megapixel
Fri Oct 30, 2009 9:26 pm
Forum: Writing a Parser
Topic: Custom Parser
Replies: 5
Views: 25781

forgot my brackets, got it working with log4jpattern parser

Code: Select all

[%d{EEE MMM dd HH:mm:ss yyyy}] [%p] %m
Looks like the next step is to create a java class parser to fine tune it more
by megapixel
Fri Oct 30, 2009 7:27 pm
Forum: Writing a Parser
Topic: Custom Parser
Replies: 5
Views: 25781

Maybe I could even get away with doing a Log4jPattern Parser with this.

I have tried the following with no luck:

Code: Select all

 %d{EEE MMM dd HH:mm:ss yyyy} %p %m

by megapixel
Fri Oct 30, 2009 4:49 pm
Forum: Writing a Parser
Topic: Custom Parser
Replies: 5
Views: 25781

Custom Parser

Hi, I recently purchased LogMX and I was wondering if someone would be kind enough to assist me in writing my first parser. I have been given the task to use LogMX to manage about 15 different logs, and will most likely have to create a custom one for each. Here are 3 sample lines of a log file that...