Forum Discussion
swapnilbendekar
Nimbostratus
May 20, 2011way to get away with truncated syslog
Hi friends,
I have written iRule script as:
when HTTP_REQUEST {
if {[HTTP::header value Content-Type] contains "application/vnd.syncml+xml"}{
set sec...
hoolio
Cirrostratus
May 20, 2011I'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
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