andybalholm / redwood

Web content filter that runs as an HTTP proxy
BSD 2-Clause "Simplified" License
225 stars 37 forks source link

SARG support #53

Closed mrbluecoat closed 3 years ago

mrbluecoat commented 4 years ago

Can Redwood's log file be formatted for SARG support: https://sourceforge.net/p/sarg/wiki/Logs%20options/

andybalholm commented 4 years ago

There are programs that depend on the existing format. But if someone wants to add a configuration option (dansguardian-log-format or squid-log-format), I would accept a pull request.

mrbluecoat commented 4 years ago

I'm not especially committed to SARG, it's just actively maintained. Do you have a recommendation for an alternate log analyzer and reporting solution?

andybalholm commented 4 years ago

Not really; we use a custom program developed in house.

HiranChaudhuri commented 3 years ago

How about using Matomo for log analysis? It is open source, supports many formats and is open for new formats - so in case it is even documented how redwood might be imported there.

andybalholm commented 3 years ago

People are free to analyze the logs however they want.