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...
opers13_3280
Nimbostratus
Nov 06, 2012Did that and still having issues. Thanks for your help
b syslog include "
>
> local0info send logger entries to remote syslog server
> filter f_local0info {
> facility(local0) and level(info) and match("logger");
> };
>
> destination can be a hostname or IP address
> destination d_logger {
> udp("10.160.161.253" port (1026));
> };
>
> log {
> source(local);
> filter(f_local0info);
> destination(d_logger);
> };"
BIGpipe parsing error:
012e0008:3: The requested command (filter f_local0info {) is invalid
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