NAME
Fluent::LibFluentBit::Filter - Fluent-Bit filter
VERSION
version 0.03
SYNOPSIS
my $filter= $libfluentbit->add_filter($plugin_name);
$filter->configure( %config );
DESCRIPTION
See Fluent::LibFluentBit::Component for API.
See fluent-bit documentation for the different types and attributes for filters.
AUTHOR
Michael Conrad <mconrad@intellitree.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Michael Conrad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.