host 10.100.100.1:12345 {
facility all { level all protocol tcp } facility kern { protocol tcp } facility user { protocol udp } }
results in: '*.*;kern.err;user.err @10.100.100.1:12345'
Protocol needs to be moved into the host node.
host 10.100.100.1:12345 {
facility all { level all protocol tcp } facility kern { protocol tcp } facility user { protocol udp } }
results in: '*.*;kern.err;user.err @10.100.100.1:12345'
Protocol needs to be moved into the host node.
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | BUG | hagbard | T1845 syslog host no longer accepts a port | ||
Open | BUG | None | T1850 syslog protocol can be set multiple times per facility for the same host |
Since the user can specify both protocols inside, we'll probably have to duplicate the whole things if we detect that.