I've read through the documentation and I can't find any indication of what I need to enter to get LogParser 2.2 to decompress a file in .GZ format prior to parsing. Is this possible or do I need to extract the files manually and then parse them?
The files themselves are in TEXTWORD format (.log) and when I run this command:
LogParser "SELECT Text, COUNT(*) FROM \\Filelocation\Filename.log.gz GROUP BY Text ORDER BY COUNT(*) DESC" -i:TEXTWORD
I get this in response:
Text COUNT(ALL *)
---- ------------
B 29
C 26
x 26
∩ 24
0 24
→ 24
Æ 23
O 23
R 23
☺ 23
Press a key...
Text COUNT(ALL *)
---- ------------
} 22
] 21
┬ 21
↔ 21
╘ 20
≈ 20
▒ 20
" 20
c 20
º 20
Press a key...
which looks to me like it's extracting the compressed characters.