tianmax / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

summarizer group for attribute URI seems not work #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Log sample:
- - - [20/Sep/2013:08:35:55 +0000] "GET /monitoring.html HTTP/1.1" 200 - "-" 
"ELB-HealthChecker/1.0" "-" "-"
Command and options:
logstalgia -g "Monitor,URI=html?$,10"

What is the expected output? What do you see instead?
I expected the request appears in group Monitor, but it is still grouped in 
Misc.
I even tried URI=.*, but got nothing.

What version of the product are you using? On what operating system?
1.0.3, OS X 10.8.4

Please provide any additional information below.
I can see some paths are grouped as "/foobar (2)", what is the grouping rule 
and what is the number for? I failed to find information in docs.

Original issue reported on code.google.com by tony.hu....@gmail.com on 20 Sep 2013 at 8:42

GoogleCodeExporter commented 9 years ago
Hi,

If you remove the 'URI=' bit it will probably work. That is a change in 1.0.5 
allowing you to specify what the regex matches against which hasn't been 
released yet.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 20 Sep 2013 at 10:49