JSON marshalled messaged will be send to syslog server
syslog:
- name: default
tag: balerter
network: tcp
address: 127.0.0.1:10515
priority: 'EMERG|DAEMON'
Required, Unique
Channel name
Default: empty string
Syslog tag
Default: empty string
Network type
udp
tcp
Default: empty string
Server address
Default:
EMERG
Message priority
Format: <SEVERITY>[|<FACILITI>]
Severity:
Facility:
For example:
priority: 'ALERT'
priority: 'ALERT|USER'
priority: 'INFO|LOCAL0'