Re: [analog-help] Hostname reporting

2007-08-24 Thread Klaus Johannes Rusch
[EMAIL PROTECTED] wrote: I see that the reporting results are based on the files requested from the web-server. Because I’m checking a proxy server to see which site requests are using the most bandwidth, can Analog be tailored to report based on hostnames and not the file-types? The reques

Re: [analog-help] Hostname reporting

2007-08-24 Thread Aengus
On Friday, August 24, 2007 3:33 AM [EDT], Klaus Johannes Rusch <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: I see that the reporting results are based on the files requested from the web-server. Because I’m checking a proxy server to see which site requests are using the most bandwidth,

[analog-help] Date ranges in Analog

2007-08-24 Thread Martin O\\\\\\\\\\\\\\\'Shea
Hello I want to use Analog to process a range of dates where there is one log file for each date. The only way I can see to do this at at moment is to write each log file name to analog.cfg like this: LOGFILE "C:\Program Files\Analog\analog 6.0 \Monolith2Test\monolith2_access_log.2007-08-08.tx

[analog-help] Your email requires verification verify#FOq6qZ4zT48nylnpqhHZgWdEIyso8q1Z

2007-08-24 Thread terry
I am trying to reduce the amount of spam I receive at this email address, and so I am asking for a one time verification reply. The message you sent requires that you verify that you are a real live human being and not a spam source, and then any future messages from you will be delivered direc

Re: [analog-help] Unix time stamp (%U) has 13 characters

2007-08-24 Thread Sebastian Fromme
Hi Klaus, thanks for quick reply. Where I can do the customizing and how? Regards, Sebastian PS: you have a nice homepage. > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED], Support for analog web log analyzer > > Gesendet: 23.08.07 10:36:59 > An: Support for analog web log analyz

Re: [analog-help] Date ranges in Analog

2007-08-24 Thread Aengus
On Friday, August 24, 2007 8:34 AM [EDT], Martin O\\\'Shea <[EMAIL PROTECTED]> wrote: Hello I want to use Analog to process a range of dates where there is one log file for each date. The only way I can see to do this at at moment is to write each log file name to analog.cfg like t

Re: [analog-help] Unix time stamp (%U) has 13 characters

2007-08-24 Thread Aengus
On Friday, August 24, 2007 8:23 AM [EDT], Sebastian Fromme <[EMAIL PROTECTED]> wrote: Hi Klaus, thanks for quick reply. Where I can do the customizing and how? It looks like parseunixtime() in input.c is where Analog parses %U. Aengus +-

RE: [analog-help] Your email requires verificationverify#FOq6qZ4zT48nylnpqhHZgWdEIyso8q1Z

2007-08-24 Thread demetri.lee
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, August 24, 2007 8:35 AM To: analog-help@lists.meer.net Subject: [analog-help] Your email requires verificationverify#FOq6qZ4zT48nylnpqhHZgWdEIyso8q1Z I am trying to reduce th

You have been added to [EMAIL PROTECTED]'s whitelist and your mail has been delivered. (was: RE: [analog-help] Your email requires verificationverify#FOq6qZ4zT48nylnpqhHZgWdEIyso8q1Z

2007-08-24 Thread terry
) This message is to notify you that your verification was received, and your email address was successfully white listed. All pending messages from your address have been delivered to [EMAIL PROTECTED] No action is needed on your part. The headers of the message sent from your address are show

[analog-help] Date ranges

2007-08-24 Thread Martin O'Shea
Hello I want to use Analog to process a range of dates where there is one log file for each date. The only way I can see to do this at at moment is to write each log file name to analog.cfg like this: LOGFILE "C:\Program Files\Analog\analog 6.0 \Monolith2Test\monolith2_access_log.2007-08-08.tx

Re: [analog-help] Date ranges

2007-08-24 Thread J. Gonzalez
I got the help needed to do this. Thanks! This is what I did. [codebox] for /f "tokens=1,2" %%u in ('date /t') do set d=%%v echo %d% set datestr=%d:~0,2%%d:~3,2%%d:~8,2% echo %datestr% [codebox] Then I used XCOPY. XCOPY "c:\fldr\*.*" "C:\%datestr%\*.*" - Original Message - From: "Ma

RE: [analog-help] Date ranges

2007-08-24 Thread Jeremy Wadsack
Analog shouldn't report any information past the TO date. It will read files past that date. With your LOGFILE statement it will read all files and check every line. --   Jeremy Wadsack Seven Simple Machines > -Original Message- > From: [EMAIL PROTECTED] [mailto:analog-help- > [EMAIL P

RE: [analog-help] Unix time stamp (%U) has 13 characters

2007-08-24 Thread Jeremy Wadsack
You can use the UNCOMPRESS command to tell Analog to run any pre-processor on each log file. UNCOMPRESS * "perl -npe 's/^(#[^#]*#[^#]*#\d+)(\d\d\d#.*)$/\1.\2/'" http://analog.cx/docs/logfile.html#UNCOMPRESS --   Jeremy Wadsack Seven Simple Machines > -Original Message- > Fro

[analog-help] Date ranges

2007-08-24 Thread Martin O\'Shea
That looks like a good way of doing things. I will either use this method or write the date range to my *.cfg file now that I have FROM and TO working. + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailma

Re: [analog-help] Date ranges

2007-08-24 Thread Aengus
Martin O'Shea <[EMAIL PROTECTED]> wrote: > > FROM 070808 > TO 080809 As 080809 is still quite some time in the future, Analog will include all the logfiles after the FROM date until the 9th of August, 2008 (080809). Aengus +--

[analog-help] Date ranges

2007-08-24 Thread Martin O\\\'Shea
Are there any limits to the number of files that can be included by Analog when performing an analysis? + | TO UNSUBSCRIBE from this list: |http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: ht

Re: [analog-help] Date ranges

2007-08-24 Thread Aengus
Martin O\\\'Shea <[EMAIL PROTECTED]> wrote: > Are there any limits to the number of files that can be included by > Analog when performing an analysis? Not that I'm aware of. You'd probably run into OS specific limits at some point, but Analog should be able to handle whatever the OS says is ava