[syslog-ng]Configure syslog-ng to act as a central logging server

Bill Nash syslog-ng@lists.balabit.hu
Thu, 31 Mar 2005 08:00:22 -0800 (PST)


On Thu, 31 Mar 2005, Ryan McCain wrote:

> Where can I find documentation that will give me information on how to
> accept logs from remote hosts and have each of the hosts log to their
> own file?
>

destination hosts {
file("/var/syslog/HOSTS/$HOST/$YEAR/$MONTH/$HOST-$FACILITY-$YEAR$MONTH$DAY"
owner(bob) group(llamafood) perm(0755) dir_perm(0755) create_dirs(yes));
};

- billn