Forum Discussion
CK_382173
Jan 25, 2019Nimbostratus
history of requests routed to pool
How can we check the history of requests routed to pool ?
jaikumar_f5
Jan 26, 2019MVP
Hi CK,
If you are looking for simple logging, can be done through Irule,
when HTTP_REQUEST {
set client_info [IP::client_addr]:[TCP::client_port]
set url [HTTP::header Host][HTTP::uri]
log local0. "Client Source IP: $client_info is requesting URL: $url "
}
Or if you have AVR provisioned, haven't tried. But from what I've read, it has detailed statistics collections.
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