pigsty-syslog
v0.1.0
Published
A syslog output plugin for the pigsty unified2 spooler.
Downloads
2
Readme
pigsty-syslog
Add this to the output section of your pigsty config
syslog: {
name: "pigsty",
facility: 1,
host: "127.0.0.1",
port: 514,
transport: "udp" // or tcp
}