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

Message::Passing::Output::Syslog - output messages to Syslog.

SYNOPSIS

    message-pass --output STDOUT --output Syslog --output_options '{"port":"5140"}'

DESCRIPTION

NOTE This module is not currently functional!

Provides a syslogd client.

Can be used to ship syslog logs into a Message::Passing system.

ATTRIBUTES

host

The IP to bind the daemon to. By default, binds to 127.0.0.1, which means that the server can only be accessed from localhost. Use 0.0.0.0 to bind to all interfaces.

port

The port to bind to, defaults to 5140, as the default syslog port (514) is likely already taken by your regular syslogd, and needs root permission to bind to it.

protocol

The protocol to listen on, can be either tcp or udp, with udp being the default.

SEE ALSO

Message::Passing::Syslog
Message::Passing

AUTHOR, COPYRIGHT AND LICENSE

See Message::Passing::Syslog.