[syslog-ng] Solaris Client Not sending to Central Log Host

Zeek Anow zeekstern at gmail.com
Sat Jan 3 17:57:23 CET 2009


We are running Solaris 9 on various Sun servers. I need to be able to send
logs from the clients to the Central loghost using UDP. Below is a partial
Client config file. Note that I don't have a Filter for this. If that is the
problem, what kind of filter would I need to send all logs?  Any help or
suggestions would be appreciated.

#       GLOBAL OPTIONS
###########################################################

options {
keep_hostname(yes);
chain_hostnames(no);
create_dirs(yes);
use_time_recvd(yes);
use_dns(no);
use_fqdn(no);
};

# Source

source local { sun-streams("/dev/log" door("/etc/.syslog_door"));
internal(); };

destination d_centralhost {
udp("10.5.2.3")
port(514);
};

log { source(local); destination (d_centralhost); };
##################################################################

Thanks,
Zeek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20090103/4b65bd36/attachment.htm 


More information about the syslog-ng mailing list