Forum Discussion
Logging load balancer decisions
Hi Kevin, Thanks.
Here is the iRule:
when HTTP_REQUEST { if { [string tolower [HTTP::path]] starts_with "/abcd" } { set jsess [URI::query [HTTP::uri] PARAM] if { $jsess != "" } { persist uie $jsess 180 } pool default.pool1 } else { persist none pool default.pool2 } }
==============
We do not intend to run it for longer, may be a day or two. So can we do it on local LTM it self?
We do have request logging profile option. Can it be configured to give info about load balancing decisions on LTM itself? Thanks once again.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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