Forum Discussion
Wouter_de_Bruin
Nimbostratus
Jul 09, 2008Can I change default syslog facilities? (9.4.3)
Hello,
is there a way to change the default syslog facilities?
We have an external syslog server (Not managed by us, of course;-) which only forwards facilty 7 messages to the log files ...
nitass
Employee
Jun 15, 2011this is mine.
b syslog include '"
filter f_local3a {
facility(local3);
};
template t_asm {
template(\"<190> $DATE $HOST $MSGHDR$MSG\n\");
template_escape(no);
};
destination d_loghost5a {
udp(\"192.168.206.96\" port (514) template(t_asm));
};
log {
source(local);
filter(f_local3a);
destination(d_loghost5a);
};
"'
71 12:00:21.300602 0.000000 172.28.16.50 192.168.206.96 Syslog LOCAL7.INFO: Jun 14 20:55:18 tulip root: test\n
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects