I am getting ready to try this out for myself, but wanted to know if there is currently (2.1), or will be in the upcoming version (2.2), support for parsing zipped log files.
There is no support for zipped files in 2.1, nor in 2.2, but there's a WishList item tracking that.
For the time being, most people use command-line tools to unzip the content to stdout, and pipe the output to log parser using "stdin" in the FROM clause:
unzip myzip.zip | logparser "SELECT * from STDIN" -i:whatever_format_this_is
------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
Anonymous
6623 Posts
Parsing Zip files
Feb 26, 2004 11:33 AM|LINK
Anonymous
6623 Posts
Re: Parsing Zip files
Feb 26, 2004 04:31 PM|LINK
There is no support for zipped files in 2.1, nor in 2.2, but there's a WishList item tracking that.
For the time being, most people use command-line tools to unzip the content to stdout, and pipe the output to log parser using "stdin" in the FROM clause:
unzip myzip.zip | logparser "SELECT * from STDIN" -i:whatever_format_this_is
------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm"