Re: [analog-help] (resolved) combined logfiles (crontab)

1999-08-15 Thread Brad Fuller

> So it works (as advertised)  ...  sorry to waste everyone's time ... I 
> swear the facts are as I set them out :^)  

but I didn't mention that the reports were being generated overnight 
by a crontab job (which of course couldn't find "gzip" could it .. :^)

I've altered the UNCOMPRESS entry in analog.cfg to use the full 
path to gzip - i bet it works fine now  ( doh )



Brad Fuller
[EMAIL PROTECTED]


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] (resolved) combining compressed and uncompressed logfiles

1999-08-15 Thread Brad Fuller

> > But what we'd like to do would be to combine the "compressed"
> > transfer_log info and the "current" transfer_log info (ie since last

> If you do something like
> LOGFILE /logfiles/archives/*.gz
> LOGFILE /logfiles/transfer_log.log
> Analog should combine the two into a single report. This holds > 
> command line as well:
> analog /logfiles/archives/*.gz,/logfiles/transfer_log.log

Hmm - you are right.. :^)

I am using a command line like below (should all be one line)

nice ./analog ../logs/admak.com.au* _
-O../admak.com.au/hits.html _
+C"HOSTNAME (admak.com.au)"

In this case we would want to process
../logs/admak.com.au-transfer_log  and
../logs/admak.com.au-transfer_log.gz

After GZipping the logfile on 14th Aug 1999 and running this 
command, a look at the report being produced showed that only 
the hits on the 14th (ie the current uncompressed logfile) were 
being analysed. This info was on the header of the report of course..

However ...today I tried again (using the DEBUG F switch in 
analog.cfg) and I can see that analog is indeed now processing 
both files, and the output report shows results from the full date 
range in both files (ie including hits after the file was GZ'd)

So it works (as advertised)  ...  sorry to waste everyone's time ... I 
swear the facts are as I set them out :^)  

Thanks for the help (even the confirmation was helpful )

Brad


Brad Fuller
[EMAIL PROTECTED]


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog generate reports combining compressed and uncompressed logfiles?

1999-08-15 Thread Jeremy Wadsack



Brad Fuller wrote:

> But what we'd like to do would be to combine the "compressed"
> transfer_log info and the "current" transfer_log info (ie since last
> time the log was compressed) into the one analog report.
>
> I tried using a wildcard on the command line (to process multiple
> logs ie the GZ'ed and current file ) but analog treated them as 2
> separate logs to process into the same output file (so the final
> report contained only the info from the "second" logfile/filename,
> not the "combined" report  I was hoping for... )
>

Each LOGFILE command that you give analog will include another logfile's data
in the report and they will all be combined. I'm not sure why you only got
the second set of logs. If you do something like
LOGFILE /logfiles/archives/*.gz
LOGFILE /logfiles/transfer_log.log

Analog should combine the two into a single report. This holds true for the
command line as well:
analog /logfiles/archives/*.gz,/logfiles/transfer_log.log

HTH

--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Hiding html files

1999-08-15 Thread Jeremy Wadsack



lyte wrote:

> Hi,
>
> I was wondering if it is possible to hide an html file from being
> displayed in the request report. Thank you for your help.
>

FILEXCLUDE (see docs/include.html)

--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] can analog generate reports combining compressed and uncompressed logfiles?

1999-08-15 Thread Brad Fuller

Q: Can analog generate reports combining compressed and 
uncompressed logfiles (into the one report)? Our server is using 
Analog 3.0 (unix)

Background: We have a number of "virtual" hosts and would like to 
reduce their logfile storage requirements by GZIPping the logs from 
time to time (which works fine with analog of course :^)

But what we'd like to do would be to combine the "compressed" 
transfer_log info and the "current" transfer_log info (ie since last 
time the log was compressed) into the one analog report. 

Imagine a growing series of gzip files (say monthly) or perhaps just 
as required to conserve space, plus the current "live" logfile (for 
each domain).

I tried using a wildcard on the command line (to process multiple 
logs ie the GZ'ed and current file ) but analog treated them as 2 
separate logs to process into the same output file (so the final 
report contained only the info from the "second" logfile/filename, 
not the "combined" report  I was hoping for... )

Given the flexible and powerful nature of Analog I'm sure this is 
possible and documented -- it's just that I can't find it! (I have 
looked, honest.)  

Thanks for your time...

regards
Brad


Brad Fuller
[EMAIL PROTECTED]


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/