Forum Discussion
vmusacchio_3716
Nimbostratus
Sep 10, 2018How can i add to this irule a part to know which pool is relationed with the virtual Server?
when CLIENT_ACCEPTED {
set hsl [HSL::open -proto UDP -pool pl.logs01.stp]
}
when HTTP_REQUEST {
Save request information for later logging
set req_start [clock clicks -milliseconds]
...
youssef1
Cumulonimbus
Sep 10, 2018Hi,
you can retrieve pool-member using this irule:
when LB_SELECTED {
log local0. "[LB::server addr] was the IP that was selected."
}
Regards
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