Forum Discussion
Tracy_Butler_90
Nimbostratus
Jul 06, 2006writing an irule to log all traffic
Need assistance with writing an irule to log all traffic flow. Support suggested that this should be done versus making changes to the syslog-ng file. I've tried making changes to syslog-ng file wit...
nathe
Cirrocumulus
Nov 06, 2012What LTM version are you running? My v10 works with this:
syslog include "
filter f_local0_info {
facility(local0) and level(info) and match(\"logger\");
};
destination d_logger {
udp(\"10.160.161.253\" port (1026));
};
log {
source(local);
filter(f_local0_info);
destination(d_logger);
};"
bpsh < syslog.inc
bP syslog include
SYSLOG - Include Data:
filter f_local0_info { facility(local0) and level(info) and match("logger"); }; destination d_logger { udp("10.160.161.253" port (1026)); }; log { source(local); filter(f_local0_info); destination(d_logger); };
Rgds
N
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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