I have setup an OpenBSD logging host. I am installing syslog-ng on all my
solaris boxes. I am having a little trouble getting syslog-ng to log to a
remote host.
>From the man page/documentation I came up with
destination all {udp ("192.168.0.24","514");};
This returns a syntax error. Any help would be appreciated.