Hi jean,
I want to use logresolvemerge for merging a few log files together. However I see that it does not get rid of duplicates. I know its only a tool for merging, but is there any way that I can have logresolvemerge get rid of duplicates ?
For eg log1.log has
9.49.199.111 – - [04/Feb/2010:18:33:41 -0500] "GET / HTTP/1.1" 302 2296 "18734/CF-WRK: 982399630 : 0" 3943591
9.49.199.111 – - [04/Feb/2010:18:33:42 -0500] "GET /login.gt HTTP/1.1" 200 14400 "18734/CF-WRK: 982399630 : 0" 700701
9.49.199.111 – - [04/Feb/2010:18:33:44 -0500] "GET /js/cic.js HTTP/1.1" 302 2296 "18734/CF-WRK: 982399630 : 1" 17234
log2.log has
9.49.199.111 – - [04/Feb/2010:18:33:41 -0500] "GET / HTTP/1.1" 302 2296 "18734/CF-WRK: 982399630 : 0" 3943591
–something new here—
The combined log shows the first entry from log2.log as well (which is a dup)
9.49.199.111 – - [04/Feb/2010:18:33:41 -0500] "GET / HTTP/1.1" 302 2296 "18734/CF-WRK: 982399630 : 0" 3943591
9.49.199.111 – - [04/Feb/2010:18:33:41 -0500] "GET / HTTP/1.1" 302 2296 "18734/CF-WRK: 982399630 : 0" 3943591 9.49.199.111 – - [04/Feb/2010:18:33:42 -0500] "GET /login.gt HTTP/1.1" 200 14400 "18734/CF-WRK: 982399630 : 0" 700701
9.49.199.111 – - [04/Feb/2010:18:33:44 -0500] "GET /js/cic.js HTTP/1.1" 302 2296 "18734/CF-WRK: 982399630 : 1" 17234
–something new here—