Forum Discussion
hooleylist
May 20, 2011Cirrostratus
I'd look at High Speed Logging as this bypasses the local syslog daemon:
http://devcentral.f5.com/wiki/default.aspx/iRules/hsl
Also, if you want to capture the full HTTP payload, you'll need to call HTTP::collect and then use HTTP::payload to access the collected data:
http://devcentral.f5.com/wiki/default.aspx/iRules/http__collect
http://devcentral.f5.com/wiki/default.aspx/iRules/http__payload
Aaron