Forum Discussion
benniehanas_239
Mar 14, 2018Nimbostratus
Help with iRule logging to local0.
I am trying to log an iRule, but it keeps erroring out. Can you help with what I'm missing?
when HTTP_REQUEST {
if { [HTTP::path] starts_with "/media" } {
pool
persist cookie ...
Boggs_5738
Mar 14, 2018Nimbostratus
what is the error that you get? I noticed you are sending to a pool if it matches the uri but in your pool statement there is no pool defined.
when HTTP_REQUEST { if { [HTTP::path] starts_with "/media" } { pool persist cookie insert log local0. ”media.com_28080 TCP_logging fired, from [IP::client_addr]" } }
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