destination d_syno_dest_arch {
pipe("/tmp/syslog_local.fifo"
template("{\"command\":\"INC\",\"hostname\":\"$HOST\",\"t\":$R_UNIXTIME}")
suppress(0)
template-escape(yes)
log-fifo-size(100000)
);
};
destination d_syno_dest_recv {
pipe("/tmp/syslog_recv.fifo"
template("{\"command\":\"INC\",\"hostname\":\"$HOST\",\"t\":$R_UNIXTIME}")
suppress(0)
template-escape(yes)
log-fifo-size(100000)
);
};