Forum Discussion
wng_98840
Apr 19, 2012Nimbostratus
bigpipe include
Would the following code work in 9.4.8 and 10.2? I'm trying to monitor for specific logging I setup using an irule. I want to parse out those logs in a separate file. Also how do I go about removin...
wng_98840
Apr 23, 2012Nimbostratus
Thanks for the verification. I made some changes to the code to log to a remote log server. I enabled the irule, but don't see anything being written to the remote syslog server. Any ideas?
bigpipe syslog include '"
destination log_server {
udp(\"x.x.x.x\" port (514));
};
filter f_local0 {
facility(local0) and not match(\": \");
};
filter f_local0_sessionlog {
facility(local0) and match(\": \");
};
destination d_ltm {
file(\"/var/log/ltm\" create_dirs(yes));
};
log {
source(local);
filter(f_local0_sessionlog);
destination(log_server);
};
log {
source(local);
filter(f_local0);
destination(d_ltm);
};
"'
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