Squid custom regex to filter login failure

Ilia
Junior Member
Posts: 98
Joined: 09 Feb 2013, 08:47

Re: Squid custom regex to filter login failure

Post by Ilia »

I can share at last, for the future readers, the final regex to get failed logins when using Squid. Checked and working:

Code: Select all

/^\S+\s+\d+\s+(\S+)\s+(TCP_DENIED\/407)\s+\S+\s+\S+\s+\S+\s+(\w+)\s+\S+\s+text\/html/
Good luck!
Post Reply