Search found 5 matches

by Camelia
Tue Oct 11, 2016 8:11 am
Forum: Writing a Parser
Topic: Writing a regex parser
Replies: 8
Views: 21193

Re: Writing a regex parser

Xavier,

When I use filter "display..." I got error message "Invalid regular expression syntax on filter #1:".
What I am doing wrong?
by Camelia
Tue Oct 11, 2016 7:35 am
Forum: Writing a Parser
Topic: Writing a regex parser
Replies: 8
Views: 21193

Re: Writing a regex parser

Hello Xavier, I have trouble with my log parser, when I load my log file I got messages "...unknown level". I got a table with errors (166) not colored with red, even if I imported file you recommended me). I am not very sure if what I got it's correct. Can I send you my entire log file, maybe you c...
by Camelia
Mon Oct 10, 2016 12:57 pm
Forum: Writing a Parser
Topic: Writing a regex parser
Replies: 8
Views: 21193

Re: Writing a regex parser

Hello Xavier, First of all I want to thank you for your quick replay. :) Last week when I tried to set different colors (before to ask you) I did a lot of configurations, so, now I see logs but are not colored at all (before I saw them colored with red). How can I set the color again? I assume that ...
by Camelia
Thu Oct 06, 2016 11:59 am
Forum: Writing a Parser
Topic: Writing a regex parser
Replies: 8
Views: 21193

Re: Writing a regex parser

Hello, Before, I copied only a small part from my log file, but my log file can have also info, warning logs, this one should be missed. 00:00:02,888 INFO [stdout] (SimpleThreadPoolWorker-3) true 00:00:46,019 WARN [org.hibernate.hql.internal.ast.QueryTranslatorImpl] (ajp-/127.0.0.1:8010-70) HHH00010...
by Camelia
Thu Oct 06, 2016 6:52 am
Forum: Writing a Parser
Topic: Writing a regex parser
Replies: 8
Views: 21193

Writing a regex parser

Hello, I am trying to use this tool, seems to be what I need, but I need some help. I have an error log file, with multiple kind of errors, is it possible to create a parse to do this things? - search only ERROR and count them after message (there are multiple kind of errors, so I need to know the r...