RE: [analog-help] odbc database

2000-11-19 Thread Nathan Wilbert
Are you using SQL Server? If so, you could use DTS (Data Transformation Services) to export the data from your table(s) into a text file for processing. Viel Gluck, Nate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mag. M. Faffelberger Sent:

RE: [analog-help] gzip problems [Analog 4.13, on Windows NT]

2000-11-07 Thread Nathan Wilbert
How about the command 'gunzip *.gz' ? instead of uncompress. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Gehriger Sent: Tuesday, November 07, 2000 2:45 PM To: [EMAIL PROTECTED] Subject: RE: [analog-help] gzip problems [Analog 4.13, on

RE: [analog-help] Re: QuickDNS for Dummies

2000-08-14 Thread Nathan Wilbert
1. Set up your analog.cfg file like Aengus suggested below (using DNS WRITE). 2. Then run from the dos command line: @qdns /G analog.cfg -- this gets dns file filled quickly using qDNS 3. Then run analog from the command line: @analog -- this does the normal analog ... stuff and reads new dns

RE: [analog-help] Windows 2000 W3C Extended etc etc

2000-05-26 Thread Nathan Wilbert
a few W3C extended IIS 5.0 log file lines, although i wasn't tracking all possible extended properties available in the log... #Software: Microsoft Internet Information Services 5.0 #Version: 1.0 #Date: 2000-04-28 05:45:37 #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem

RE: [analog-help] Windows 2000 W3C Extended etc etc

2000-05-26 Thread Nathan Wilbert
a few W3C extended IIS 5.0 log file lines... #Software: Microsoft Internet Information Services 5.0 #Version: 1.0 #Date: 2000-04-28 05:45:37 #Fields: date time c-ip cs-username s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-bytes cs-bytes cs(User-Agent) cs(Cookie) cs(Referer)

[analog-help] logfile parser for fixed formats

2000-04-26 Thread Nathan Wilbert
hello analog people, I wrote a couple weeks or so ago asking about how I could parse various logfile formats, to load into a data warehouse. I wasn't a very good C programmer so I picked up Perl to do this, and that helped me understand the C expression matching logic actually. My perl script

RE: [analog-help] corrupt lines

2000-04-19 Thread Nathan Wilbert
Hi, I'm not sure about the Netscape log format. Perhaps your format changes midway in the logfile, and you need to specify another logformat. I think I know what you're asking for when you want to know the offending lines. Just specifiy DEBUG ON, and ERRFILE newfile in your config file. I've

RE: [analog-help] keeping the data granular

2000-04-13 Thread Nathan Wilbert
Ok. Just wanted to make sure I wasn't reinventing the wheel. If I'm able to figure a "separate product" out, I'll let you all know what I've come up with. Thanks again for the cool tool. That rhymes. :) Later, Nate I don't think OUTPUT COMPUTER is what he wants. He wants a logfile -

RE: Re[2]: [analog-help] keeping the data granular

2000-04-13 Thread Nathan Wilbert
Yes, I can use the Data Transformation Services DTS application from SQL Server 7 to specify which fields I want loaded from a text file. Its a pretty cool app. Thanks for Perl idea. It helps to be able to contact smart people now and then. I'm looking at Analog, written in C, and not

[analog-help] keeping the data granular

2000-04-12 Thread Nathan Wilbert
Hi, The ability to read all log types, get summarized reports, and not have to buy an expensive tool, is great. A lot of thanks to Stephen for creating Analog. Heres my question: is there a way to use Analog to just parse out the fields of any log file and place them, tab delimited, into a new