Forum Discussion
BasRoos
Jan 04, 2023Nimbostratus
F5 LTM request logging via different route domain
Hi everyone! Happy new year 🙂 We are trying to configure request logging via HSL on our F5 LTM. We have the following things to start with: Common partition with the default route domain, which i...
mihaic
Jan 04, 2023MVP
Hi!
Have you tried this irule? :
when CLIENT_ACCEPTED {
set my_hsl [HSL::open -publisher /<partition>/<log publisher>]
}
when HTTP_REQUEST {
HSL::send $my_hsl "Request: [HTTP::host][HTTP::uri]"
log local0.info "Request: [HTTP::host][HTTP::uri]"
}
when CLIENT_CLOSED {
unset my_hsl
}
I found this here:
https://support.f5.com/csp/article/K50040950
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