Regexp::Log::BlueCoat

Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files.
Download

Regexp::Log::BlueCoat Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Philippe Bruhat
  • Publisher web site:
  • http://search.cpan.org/~book/Net-Proxy-0.07/script/sslh

Regexp::Log::BlueCoat Tags


Regexp::Log::BlueCoat Description

Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files. Regexp::Log::BlueCoat is a regexp builder to parse BlueCoat log files.SYNOPSIS my $blue = Regexp::Log::BlueCoat->new( format => '%g %e %a %w/%s %b %m %i %u %H/%d %c', capture => , ); # the format() and capture() methods can be used to set or get $blue->format('%g %e %a %w/%s %b %m %i %u %H/%d %c %f %A'); $blue->capture(qw( host code )); $blue->ufs( 'smartfilter' ); # this is necessary to know in which order # we will receive the captured fields from the regex my @fields = $blue->capture; # the all-powerful capturing regex :-) my $re = $blue->regex; while () { my ta; @data{@fields} = /$re/; # do something with the fields }Regexp::Log::BlueCoat is a module that computes custom regular expressions to parse log files generated by the BlueCoat Sytems Port 80 Security Appliance.See the Regexp::Log documentation for a description of the standard Regexp::Log interface. Requirements: · Perl


Regexp::Log::BlueCoat Related Software