[squid-users] squid log in 2 mysql tables

2023-02-23 Thread Francisco
Is it possible to store squid logs in 2 different tables of a MySQL database, depending on certain acl ? ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid log shows peer_response_time = 0 and status is 200

2023-01-01 Thread Alex Rousskov
On 12/30/22 12:29, Raghav P wrote: Thank you Alex. We modified the log format as per your suggestion and here is the relevant log entries (its been parsed) for one such log entry   "http_method": "CONNECT",   "request_method_from_client": "CONNECT",   "request_method_to_server": "CONNECT",

Re: [squid-users] Squid log shows peer_response_time = 0 and status is 200

2022-12-30 Thread Raghav P
Thank you Alex. We modified the log format as per your suggestion and here is the relevant log entries (its been parsed) for one such log entry "http_method": "CONNECT", "request_method_from_client": "CONNECT", "request_method_to_server": "CONNECT", "status": 200, "vendor_action": "TCP_

Re: [squid-users] Squid log shows peer_response_time = 0 and status is 200

2022-12-29 Thread Alex Rousskov
On 12/29/22 16:17, Raghav P wrote: We have a squid proxy configured as a forward proxy. But we see that for some requests the log shows peer_response_time =0 but has status is 200. At times users on their browser see this as a page not loading. As we couldn't find documentation around this. We

[squid-users] Squid log shows peer_response_time = 0 and status is 200

2022-12-29 Thread Raghav P
We have a squid proxy configured as a forward proxy. But we see that for some requests the log shows peer_response_time =0 but has status is 200. At times users on their browser see this as a page not loading. As we couldn't find documentation around this. We wish to know what this actually means

Re: [squid-users] squid log responce time %6tr or %tr ?

2019-12-23 Thread Alex Rousskov
On 12/22/19 5:53 AM, Ahmad Alzaeem wrote: > im confused on why default response time configured as %6tr not %tr Many Squid developers look at raw access logs. I suspect early Squid developers wanted to first (or "left") access.log fields at a semi-fixed position. Making most response time entries

[squid-users] squid log responce time %6tr or %tr ?

2019-12-22 Thread Ahmad Alzaeem
Hello Team , based on wiki : http://www.squid-cache.org/Doc/config/logformat/ tr is responce time , but im confused on why default response time configured as %6tr not %tr # logformat squid %ts.%03tu %6tr %>a %Ss/%03>Hs %__

Re: [squid-users] squid log analyzer

2019-12-20 Thread Rafael Akchurin
results are ok. Best regards, Rafael Akchurin Diladele B.V. -Original Message- From: squid-users On Behalf Of Vacheslav Sent: Friday, 20 December 2019 11:05 To: squid-users@lists.squid-cache.org Subject: [squid-users] squid log analyzer i searched for a ufdb guard log analyzer and it

[squid-users] squid log analyzer

2019-12-20 Thread Vacheslav
i searched for a ufdb guard log analyzer and it was like looking for aliens..so i settled for squid log analyzers..i tried calimaris which reminded me that squid is translated to kalmar in Russian but the version on opensuse does not provide what user went to where..i read about lots of options..ma

Re: [squid-users] Squid Log

2016-03-29 Thread Marc Mapplebeck
I'll give that regex a try, funny though, that's just built on the code from lightparser.pl, must be a problem with the stock code as well, the original 4 entries that were shipped with it are exactly like the one I posted. Thanks, - Marc -_-_-_-_-_-_-_-_-_-_-_- Marc A. Mapplebeck, MCP/MCDST/MC

Re: [squid-users] Squid Log

2016-03-28 Thread Amos Jeffries
On 29/03/2016 2:53 a.m., Marc Mapplebeck wrote: > I am currently using squid for our proxy, and recently decided to use > WPAD/PAC to also capture HTTPS traffic. I am having one very annoying > issue with lightsquid, and wondering if anybody has any insight. > > All my lightsquid information look

[squid-users] Squid Log

2016-03-28 Thread Marc Mapplebeck
I am currently using squid for our proxy, and recently decided to use WPAD/PAC to also capture HTTPS traffic. I am having one very annoying issue with lightsquid, and wondering if anybody has any insight. All my lightsquid information looks like the attached image. It also does not consolidate t

Re: [squid-users] Squid log HTTP requests made to URL’s which are having non-standard HTTP

2016-03-26 Thread Amos Jeffries
On 26/03/2016 11:08 p.m., Yuri Voinov wrote: > Amos, > > if squid in interception mode and non-standard ports not divert to > squid, this is possible. Yes that is one of the several ways it could have been configured. Amos > > 26.03.16 16:01, Amos Jeffries пишет: >> On 26/03/2016 7:01 p.m., Pr

Re: [squid-users] Squid log HTTP requests made to URL’s which are having non-standard HTTP

2016-03-26 Thread Yuri Voinov
Amos, if squid in interception mode and non-standard ports not divert to squid, this is possible. 26.03.16 16:01, Amos Jeffries пишет: On 26/03/2016 7:01 p.m., Prasad Desai wrote: Hi, How can I have Squid log HTTP requests made to URL’s which are having non-standard HTTP port ? i.e For e

Re: [squid-users] Squid log HTTP requests made to URL’s which are having non-standard HTTP

2016-03-26 Thread Amos Jeffries
On 26/03/2016 7:01 p.m., Prasad Desai wrote: > Hi, > > How can I have Squid log HTTP requests made to URL’s which are having > non-standard HTTP port ? > > i.e For example. http://test.abc.com:8080 > > By default, the Squid access.log does not log these requests. That is incorrect. Squid does

[squid-users] Squid log HTTP requests made to URL’s which are having non-standard HTTP

2016-03-25 Thread Prasad Desai
Hi, How can I have Squid log HTTP requests made to URL’s which are having non-standard HTTP port ? i.e For example. http://test.abc.com:8080 By default, the Squid access.log does not log these requests. The version of squid I am running is 3.5.3. Add Comment -- Best, Prasad Desai ___

Re: [squid-users] Squid Log messages Database

2016-01-18 Thread Antony Stone
On Monday 18 January 2016 at 17:55:51, romain noyer wrote: > Is there a way to get all the messages a squid server can create and send > to a syslog? See the "syslog" method of: http://www.squid-cache.org/Doc/config/access_log/ http://www.squid-cache.org/Doc/config/cache_store_log/ > The goal w

Re: [squid-users] Squid Log messages Database

2016-01-18 Thread romain noyer
Hello all, I really apologize in advance if this topic have already been discussed, but I didn't found anything. Is there a way to get all the messages a squid server can create and send to a syslog? Or somewhere I can get a database or .xls file or whatever containing the whole list of messages w

Re: [squid-users] Squid Log file rotation

2014-11-14 Thread santosh
Do we have to make any updates in /etc/logrotate.conf or this is sufficient ? I have now changed the settings as below as I want to keep 6 months logs . /var/log/squid3/*.log { weekly compress delaycompress rotate 24 missingok nocreate shared

Re: [squid-users] Squid Log file rotation

2014-11-13 Thread Mike
"rotate 2" means rotate 2 logs and delete anything older, so this is equivalent to 2 days. With my job, most of our servers, we use rotate 7 or rotate 14 for 1 or 2 weeks worth. Without drive scrubbing software, there is no easy way to get those files back. Also it may help to put the prerot

[squid-users] Squid Log file rotation

2014-11-13 Thread santosh
Hello Team , I have a doubt with squid log file rotation ,my squid log file rotation is configured this way in /etc/logrotate.d/squid3 /var/log/squid3/*.log { daily compress delaycompress rotate 2 missingok nocreate sharedscripts pr