The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Logfile::SmartFilter - Perl extension for generating reports from Secure Computing's SmartFilter logs.

SYNOPSIS

  use Logfile::SmartFilter;

DESCRIPTION

The Logfile::SmartFilter extension will help you to generate various reports from Secure Computing's SmartFilter logs. The package was customised by subclassing the Logfile::Base package by Ulrich Pfeifer. Please see that module for more information on how to pass logfiles to this module and generate reports.

This module will parse logfiles in the format used by the Cisco Cache Engine appliances with SmartFilter installed.

The following fields are available for reporting: Records Host Date URL Bytes Elapsed Code_Status Method RFC931 Peerstatus_Peerhost Type SmartFilter_Category

HISTORY

0.01

Original version; created by h2xs 1.23 with options

  -A
        -B
        -C
        -X
        -n
        Logfile::SmartFilter
        -v
        0.01
        --skip-exporter

SEE ALSO Logfile by Ulrich Pfeifer. Date::Format by Graham Barr.

AUTHOR

Khurt Williams, <khurtwilliams@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Khurt Williams

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.