Group
Extension

Matches 2

Fluent-LibFluentBit ( N/NE/NERDVANA/Fluent-LibFluentBit-0.03.tar.gz, NERDVANA, 2023; MetaCPAN )
Fluent-LibFluentBit/lib/Fluent/LibFluentBit.pm ( view source; MetaCPAN )
ew lines in the
files.

=item *

Pipe the perl process output into stdin of fluent-bit, as either JSON or parsed plaintext.

=item *

Use this module to feed data directly into fluent-bit within the s
Fluent-LibFluentBit ( N/NE/NERDVANA/Fluent-LibFluentBit-0.03.tar.gz, NERDVANA, 2023; MetaCPAN )
Fluent-LibFluentBit/lib/Fluent/LibFluentBit/Logger.pm ( view source; MetaCPAN )

our $VERSION = '0.03'; # VERSION
use strict;
use warnings;
use Carp;
use Time::HiRes 'time';
use JSON::MaybeXS;

# ABSTRACT: Perl-style logger object that logs to the 'lib' input of fluent-bit


sub 
 $data->{line}= $line;
   }
   my $code= $self->{context}->flb_lib_push($self->{input_id}, encode_json([ time, $data ]));
   $code >= 0 or croak "flb_lib_push failed: $code";
   return $self;
}

sub t

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.