Forum Discussion
C_14818
Nimbostratus
Apr 14, 2013irule for https logging
Hi,
I am trying to learn iRule and see how best we can use this to setup new applications and also to troubleshoot
For example if i have https traffic via VS and i want to write an irule to...
What_Lies_Bene1
Cirrostratus
Apr 15, 2013It's mostly good, you are just missing the [clientside {}] for the client details, I've added it like so;
when SERVER_CONNECTED {
log local0. "Complete connection: Client: [clientside {[IP::client_addr]:[TCP::client_port]}] <-> Virtual: [clientside {[IP::local_addr]]:[TCP::local_port]}] LTM source [IP::local_addr]:[TCP::local_port] <-> Server: [IP::server_addr]:[TCP::server_port]"
}
I wonder if you might prefer the VS name to it's IP and port? If so, use '[virtual name]' instead.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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