Message-Passing-Fluentd

A fluentd publisher for Message::Passing


License
Artistic-1.0-Perl

Documentation

NAME

Message::Passing::Fluentd - A fluentd publisher for Message::Passing

SYNOPSIS

$ message-pass --input STDIN --output Fluentd --output_options '{"hostname":"127.0.0.1","port":"24224"}'

DESCRIPTION

A simple message output which publishes messages to a fluentd.

ATTRIBUTES

hostname

The hostname of the fluentd server. Required.

port

The port number of the fluentd server. Defaults to 24224.

AUTHOR

Wallace Reis wallace@reis.me

COPYRIGHT

Copyright 2018- Wallace Reis

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO