Re: [analog-help] mark log files as read and incremental stats

2000-08-04 Thread Jaume Teixi
Actually, analog will refuse to overwrite an existing cache file. You can write to /var/apache/mydomain.cache.new and then "mv /v/a/m.c.new /v/a/m.c" in your script. This will work. But I prefer making a new cache for each month, just from that month's logfiles, not using previous cache

[analog-help] analog search arguments

2000-08-04 Thread selvatico patrice
Hello, I have a problem to include/exclude files with arguments in the log. for example I have that line: /link.pl?ID=NMLINK=SCOPECOM=V4_0 I want to include only files which have NM in parameters, but without success. I have read all the documentation, search the faq, archives, but I can't

[analog-help] formats

2000-08-04 Thread Harry Lebowitz
Here is my present format statement in my analog.cfg file, can someone help me change it so it will analyze my typical log entries below LOGFORMAT (%s %j %j [%d/%M/%Y:%h;%j:%j %j] "%j%w%r%wHTTP%j" %c %j "%j" 38.32.10.81 - - [19/Jul/2000:00:00:00 +0500] "GET /er/box/fcsts/BOSZFPBOX

Re: [analog-help] formats

2000-08-04 Thread Michael Roberts
Um, it looks OK already. Could you maybe tell us a little about why you think it's not working now? Harry Lebowitz wrote: Here is my present format statement in my analog.cfg file, can someone help me change it so it will analyze my typical log entries below LOGFORMAT (%s %j %j

Re: [analog-help] formats

2000-08-04 Thread Aengus Lawlor
Harry Lebowitz wrote: Here is my present format statement in my analog.cfg file, can someone help me change it so it will analyze my typical log entries below LOGFORMAT (%s %j %j [%d/%M/%Y:%h;%j:%j %j] "%j%w%r%wHTTP%j" %c %j "%j" You need to close your parentheses. When I add the closing