NAME
Fluent::LibFluentBit::Input - Fluent-Bit input
VERSION
version 0.03
SYNOPSIS
my $input= $libfluentbit->add_input($plugin_name);
$input->configure( %config );
DESCRIPTION
See Fluent::LibFluentBit::Component for API.
See fluent-bit documentation for the different types and attributes for inputs.
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.