This is a rough script that almost works. There’s a couple bugs with the Perl module, but overall does some really tough things that I didn’t have time to program myself - such as the ability to match a syslog entry with ACLs that contain object groups (or even multiple ones for that matter).
#!/usr/bin/perl
use Compress::Zlib;
use [...]

