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

Fluent::LibFluentBit::Output - Fluent-Bit output

VERSION

version 0.03

SYNOPSIS

 my $output= $libfluentbit->add_output($plugin_name);
 $output->configure( %config );

DESCRIPTION

See Fluent::LibFluentBit::Component for API.

See fluent-bit documentation for the different types and attributes for outputs.

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.