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

App::Hachero::Plugin::Input::File - reads logs from specified direcotry

SYNOPSYS

---
plugins:
  - module: Input::File
    config:
      path: /var/log/httpd
      rule:
          name: access_log*
          age:
              newer: 4D

DESCRIPTION

reads logs from specified direcotry.

implemented hooks

  • input

AUTHOR

Takaaki Mizuno <cpan@takaaki.info>

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

App::Hachero

File::Find::Rule

File::Find::Rule::Age