Formatted Logging For W3c
Problem this snippet solves: Build a customized, compliant log message with this iRule that builds "properly" formatted log entries.
The first example uses High Speed Logging to send the message r...
Published Mar 17, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
AndOs
Jun 09, 2016Cirrostratus
There seems to be a slight typo in the second example.
In event HTTP_REQUEST
set http_user_agent "\"[HTTP::header User-Agent]]\""
should be
set http_user_agent "\"[HTTP::header User-Agent]\""