Bruce_Hampton_1
Jun 27, 2012Nimbostratus
Logging HTTP::request pre and post HTTP profile
I thought this was simple, but I don't have it working just yet.
I need to log to the local0. the HTTP request as it was received by the LTM, and ALSO as it is being sent out on the server side.
when HTTP_REQUEST {
log local0. [HTTP::request] }
when HTTP_REQUEST_SEND {
log local0. [HTTP::request] }
Of course this doesn't work as HTTP::request is not valid within the server side context.
Any thoughts?
Bruce