mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
Thanks to Michael Biebl for reporting this see also https://github.com/rsyslog/rsyslog/issues/524
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
module(load="../plugins/imudp/.libs/imudp")
|
|
$IncludeConfig diag-common.conf
|
|
module(load="../plugins/imtcp/.libs/imtcp")
|
|
input(type="imtcp" port="13514")
|
|
|
|
$template hostname,"%hostname%"
|
|
local0.* ./HOSTNAME;hostname
|