options {
<Keep all the default Options>
create_dirs(yes);
dir_perm(0755);
};
source s_net {
udp(ip(0.0.0.0) port(514));
};
destination d_any_remote {
file("/var/log/syslog-ng/$HOST/$FACILITY.log");
};
log {
source(s_net); destination(d_any_remote);
};
No comments:
Post a Comment