Nothing Special   »   [go: up one dir, main page]

Log Fields Subs

Download as pdf or txt
Download as pdf or txt
You are on page 1of 182

ProxySG Log Fields

and Substitutions

Version 6.5.x through 7.3.x

Guide Revision: 12/10/2020


Symantec Corporation - SGOS 6.x and 7.x

Legal Notice

Broadcom, the pulse logo, Connecting everything, and Symantec are among the trademarks of Broadcom. The term
“Broadcom” refers to Broadcom Inc. and/or its subsidiaries.

Copyright © 2020 Broadcom. All Rights Reserved.

The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. For more information, please visit www.broadcom.com.

Broadcom reserves the right to make changes without further notice to any products or data herein to improve reliability,
function, or design. Information furnished by Broadcom is believed to be accurate and reliable. However, Broadcom does not
assume any liability arising out of the application or use of this information, nor the application or use of any product or circuit
described herein, neither does it convey any license under its patent rights nor the rights of others.

Thursday, December 10, 2020

2 of 182
sample-title

Table of Contents
"About this Document" on the next page

Commonly Used Fields:

n "Client/Server Bytes" on page 6

n "Connection Details" on page 9

n "DNS" on page 26

n "HTTP" on page 28

n "Request Headers" on page 29

n "Response Headers" on page 63

n "Request/Response Status" on page 102

n "SSL " on page 116

n "Time" on page 123

n "URL" on page 134

n "User Authentication" on page 145

n "WAF" on page 152

Additional Fields:

n "CIFS " on page 155

n "MAPI and Office 365" on page 160

n "P2P Connections" on page 163

n "Special Characters" on page 164

n "Streaming Media" on page 167

n "WebEx Proxy" on page 175

"Substitution Modifiers" on page 176

n "Timestamp Modifiers" on page 177

n "String Modifiers " on page 179

n "Host Modifiers" on page 182

3 of 182
Symantec Corporation - SGOS 6.x and 7.x

About this Document


This document lists all valid ELFF and CPL substitutions for ELFF log formats, and some custom values for custom log
formats.

Substitutions allow you to fetch information from the current transaction. This information can be optionally transformed, and
then substituted into a character string or block of text.

Substitutions can occur in the following contexts:

n In exception pages, ICAP patience pages, and authentication forms; refer to the SGOS Administration Guide for details

n In the definition of substitution realms; refer to the SGOS Administration Guide for details

n In CPL define string statements, and inside most (but not all) "..." or '...' string literals

n In some Visual Policy Manager objects, such as Event Log and Notify User

The following is an example of a substitution:

$(user)

The general syntax for a substitution is:

"$(" field modifier* ")"

where:

n field is an ELFF field name or a supported CPL substitution. When a field supports both ELFF and CPL, the values are
interchangeable; for example, $(cs-ip) and $(proxy.address) are equivalent. You can use either one in an ELFF format.

n modifier transforms the field name or substitution value specified in field. A substitution can contain zero or more
modifiers after the field name. Modifiers are interpreted from left to right. For more information, see "Substitution
Modifiers" on page 176.

Note: $(request.x_header.<x-header-name>) and $(response.x_header.<x-header-


name>) are also valid substitutions.

Note: You can use $$ as a CPL substitution that is replaced by $. If, for example, you are using
jQuery to customize an exception page on the appliance, the jQuery $ function such as
$('body') will be reported as an error. This error occurs because the appliance interprets the
jQuery $ function as an invalid CPL substitution. To prevent the misinterpretation of the jQuery
function, use $$('body') instead of $('body').

4 of 182
sample-title

For more information on ProxySG access logs, refer to the SGOS Administration Guide. For details on CPL, refer to
the Content Poilcy Language Reference. Documentation is available at MySymantec: https://support.symantec.com/en_
US/Documentation.1145522.2116810.html

Note: This document does not describe access log fields pertaining to features deprecated in
SGOS 6.5.x and earlier (such as Surfcontrol, Websense, and IM proxies).

Tip: You can download the complete list of access log field names at
https://www.symantec.com/docs/DOC11251.

5 of 182
Client/Server Bytes

Client/Server Bytes
These fields pertain to bytes sent to or from the appliance.

ELFF CPL Custom Introduced in Description


SGOS
versions

cs-bodylength 7.x Number of bytes in the body


(excludes header) sent from client
6.7.x to appliance.
6.6.x

6.5.x
cs-bytes %B 7.x

6.7.x Number of HTTP/1.1 bytes sent


6.6.x from client to appliance.

6.5.x
cs-headerlength 7.x Number of bytes in the header
sent from client to appliance.
6.7.x

6.6.x

6.5.x
rs-bodylength 7.x

6.7.x Number of bytes in the body


(excludes header) sent from
6.6.x upstream host to appliance.

6.5.x
rs-bytes 7.x Number of HTTP/1.1 bytes sent
from upstream host to appliance.
6.7.x

6.6.x

6.5.x

6 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

rs-headerlength 7.x

6.7.x Number of bytes in the header


sent from upstream host to
6.6.x appliance.

6.5.x
sc-bodylength 7.x Number of bytes in the body
(excludes header) sent from
6.7.x appliance to client.
6.6.x

6.5.x
sc-bytes %b 7.x

6.7.x Number of HTTP/1.1 bytes sent


6.6.x from appliance to client.

6.5.x
sc-headerlength 7.x Number of bytes in the header
sent from appliance to client.
6.7.x

6.6.x

6.5.x
sr-bodylength 7.x

6.7.x Number of bytes in the body


(excludes header) sent from
6.6.x appliance to upstream host.

6.5.x
sr-bytes 7.x Number of HTTP/1.1 bytes sent
from appliance to upstream host.
6.7.x

6.6.x

6.5.x

7 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

sr-headerlength 7.x

6.7.x Number of bytes in the header


sent from appliance to upstream
6.6.x host.

6.5.x

8 of 182
Symantec Corporation - SGOS 6.x and 7.x

Connection Details
These fields pertain to IP address, port, geolocation, and more.

ELFF CPL Custom Introduced Description


in SGOS
versions

c-connect-type 7.x The type of connection


made by the client to the
6.7.x appliance: Transparent or
Explicit.
6.6.x

6.5.x
c-dns %h 7.x
Hostname of the client
6.7.x (uses the client's IP
6.6.x address to avoid reverse
DNS).
6.5.x
c-ip client.address %a 7.x Client IP address.

6.7.x

6.6.x

6.5.x
c-port 7.x

6.7.x Source port used by the


6.6.x client.

6.5.x
cs-ip proxy.address 7.x IP address of the
destination of the client's
6.7.x connection.
6.6.x

6.5.x

9 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

r-dns 7.x

6.7.x Hostname from the


6.6.x outbound server URL.

6.5.x
r-ip 7.x IP address from the
outbound server URL.
6.7.x

6.6.x

6.5.x
r-port %p 7.x

6.7.x Port from the outbound


6.6.x server URL.

6.5.x
r-supplier- 7.x Country of the upstream
country host. This is not set if a
6.7.x connection is not made, but
is correct when an
exception occurs.
r-supplier-dns 7.x
Hostname of the upstream
6.7.x host. This is not set if a
connection is not made, but
6.6.x is correct when an
exception occurs.
6.5.x
r-supplier-ip 7.x IP address used to contact
the upstream host. This is
6.7.x not set if a connection is not
made, but is correct when
6.6.x
an exception occurs.
6.5.x

10 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

r-supplier-port 7.x
Port used to contact the
6.7.x upstream host. This is not
set if a connection is not
6.6.x made, but is correct when
an exception occurs.
6.5.x
s-computername proxy.name %N 7.x Configured name of the
appliance.
6.7.x

6.6.x

6.5.x
s-connect-type 7.x

6.7.x Upstream connection type


(Direct, SOCKS gateway,
6.6.x etc.).

6.5.x
s-dns 7.x Hostname of the appliance
(uses the primary IP
6.7.x address to avoid reverse
DNS).
6.6.x

6.5.x
s-ip %I 7.x

6.7.x IP address of the appliance


on which the client
6.6.x established its connection.

6.5.x
s-port proxy.port %P 7.x Port of the appliance on
which the client established
6.7.x its connection.
6.6.x

6.5.x

11 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

s-sitename %S 7.x

6.7.x The service type used to


6.6.x process the transaction.

6.5.x
s-source-ip 7.x The source IP address of
the ProxySG appliance
6.7.x when attempting to access
a remote site or URL.
6.6.x
Note: This field is available
6.5.4.1
for HTTP and HTTPS
proxies only.
s-source-port The source port of the
7.x ProxySG appliance when
attempting to access a
6.7.x
remote site or URL.
6.6.x
Note: This field is available
6.5.x for HTTP, HTTPS, and
FTP proxies.
s-supplier- 7.x The geolocation (country)
country associated with the IP
6.7.x address of the connection,
identified by "s-supplier-ip "
6.6.x
on the next page. This is
not set if a connection is not
made or if an exception
occurs.
s-supplier- A list of entries where the
failures IP address resolved but did
not result in a successful
7.x connection. Each entry
comprises the IP address,
6.7.x
country, and whether the
6.6.x connection was denied or
timed out. This field is
designed for use with
Symantec Reporter.

12 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

s-supplier-ip %D 7.x IP address used to contact


the upstream host. This is
6.7.x not set if a connection is not
made or if an exception
6.6.x
occurs.
6.5.x
s-supplier-name %d 7.x
Hostname of the upstream
6.7.x host. This is not set if a
6.6.x connection is not made or if
an exception occurs.
6.5.x
s-supplier-port 7.x IP port used to contact the
upstream host. This is not
6.7.x set if a connection is not
made or if an exception
6.6.x
occurs.
sc-adapter proxy.card 7.x

6.7.x Adapter number of the


client's connection to the
(In 6.6.2 and later) client.interface 6.6.x appliance.

6.5.x
sc-connection 7.x Unique identifier of the
client's connection (such as
6.7.x SOCKET).
6.6.x

6.5.x
x-appliance- appliance.serial_number 7.x
serial-number
6.7.x The serial number of the
6.6.x appliance.

6.5.x

13 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-appliance- appliance.first_mac_address 7.x The MAC address of the


first-mac- first installed adapter.
address 6.7.x

6.6.x

6.5.x
x-appliance- appliance.full_version 7.x
full-version
6.7.x The full version of the
6.6.x SGOS software.

6.5.x
x-appliance-mc- appliance.mc_certificate_ 7.x The fingerprint of the
certificate- fingerprint Management Console
fingerprint 6.7.x certificate.
6.6.x

6.5.x
x-appliance- appliance.model_name 7.x
model-name
6.7.x The model name of the
6.6.x appliance.

6.5.x
x-appliance- appliance.product_name 7.x The product name of the
product-name appliance.
6.7.x

6.6.x

6.5.x
x-appliance- appliance.product_tag 7.x
product-tag
6.7.x The product tag of the
6.6.x appliance.

6.5.x

14 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-appliance- appliance.serial_number 7.x The serial number of the


serial-number appliance.
6.7.x

6.6.x
x-appliance- appliance.series_name 7.x
series-name
6.7.x The series name of the
6.6.x appliance.

6.5.x
x-bluecoat- client.location.access_type 7.x Method used to access the
access-type cloud service.
6.7.x

6.6.x
x-bluecoat- appliance.identifier 7.x
appliance-
identifier 6.7.x Compact identifier of the
6.6.x appliance.

6.5.x
x-bluecoat- appliance.name 7.x Configured name of the
appliance-name appliance.
6.7.x

6.6.x

6.5.x
x-bluecoat- appliance.primary_address 7.x
appliance-
primary-address 6.7.x Primary IP address of the
6.6.x appliance.

6.5.x
x-bluecoat-c- 7.x IP address of the client in
surrogate-ip the data center.
6.7.x

6.6.x

15 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- connection-tenant 7.x


connection- Tenant ID for the
tenant-id 6.7.x
connection.
6.6.x
x-bluecoat- 7.x Version of the cloud service
groups-of- groups of interest for a
interest- 6.7.x tenant policy.
version
6.6.x
x-bluecoat- client.location.id 7.x
location-id ID of the cloud service
6.7.x
customer site.
6.6.x
x-bluecoat- proxy.primary_address 7.x Primary IP address of the
proxy-primary- appliance.
address 6.7.x

6.6.x

6.5.x
x-bluecoat- request-tenant 7.x
request-tenant-
id 6.7.x Tenant ID for the request.

6.6.x
x-bluecoat- server_connection.socket_errno 7.x Error message associated
server- with a failed attempt to
connection- 6.7.x connect to an upstream
socket-errno host.
6.6.x

6.5.x
x-bluecoat- 7.x
tenant-policy- Version of the cloud service
version 6.7.x
tenant policy.
6.6.x

16 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- transaction.id 7.x Unique per-request


transaction-id identifier generated by the
6.7.x appliance.
6.6.x Note: This value is not
unique across multiple
6.5.x
appliances; use x-
bluecoat-transaction-
uuid to log globally unique
identifiers.
x-bluecoat- transaction.id Globally unique per-request
transaction- identifier generated by the
uuid appliance.

7.x Default exception pages


include the transaction ID;
6.7.x thus, you can look for the
ID in the access log to learn
6.6.3.2
more about the transaction.
6.5.9.2 For WAF, you can use the
ID to ascertain if WAF
engines correctly detected
an attack or if it was a false
positive.
x-client- 7.x IP address of the client.
address
6.7.x

6.6.x

6.5.x
x-client- 7.x
connection-
bytes 6.7.x Total number of bytes send
to and received from the
6.6.x client.

6.5.x

17 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-client-ip 7.x IP address of the client.

6.7.x

6.6.x

6.5.x
x-client-
6.7.5.8 Total time taken (in ms) to
object-
determine the object
disposition-
7.2.4.1 disposition
time
x-cs-dns client.host 7.x The hostname of the client
obtained through reverse
6.7.x DNS.
6.6.x

6.5.x
x-cs-client- client.effective_address The effective client IP
effective-ip 7.x address when the
client.effective_
6.7.x address() property is
configured.
6.6.x
If the property is not
6.5.5.7 configured, the content
matches "c-ip " on page 9.
x-cs-client- client.effective_ 7.x The country associated
effective-ip- address.country with the effective client IP
country 6.7.x address when the
client.effective_
6.6.x
address() property is
6.5.5.7 configured.

If the property is not


configured, the content
matches "x-cs-client-ip-
country " on the next page.

18 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-client-ip- client.address.country 7.x


country
6.7.x The country associated
6.6.x with the client IP address.

6.5.x
x-cs- client.connection.dscp 7.x DSCP client inbound value.
connection-dscp
6.7.x

6.6.x

6.5.x
x-cs- client.connection.encrypted_ 7.x
connection- tap Whether or not the client-
encrypted-tap 6.7.x side SSL connection is
6.6.x tapped. If tapped, the field
value is “TAPPED”.
6.5.2.1
x-cs- client.connection.negotiated_ 7.x OpenSSL cipher suite
connection- cipher negotiated for the client
negotiated- 6.7.x connection.
cipher
6.6.x

6.5.x
x-cs- 7.x
connection-
negotiated- 6.7.x Ciphersize of the OpenSSL
cipher-size cipher suite negotiated for
6.6.x the client connection.

6.5.x
x-cs- client.connection.negotiated_ 7.x Strength of the OpenSSL
connection- cipher.strength cipher suite negotiated for
negotiated- 6.7.x the client connection.
cipher-strength
6.6.x

6.5.x

19 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs- client.connection.negotiated_ 7.x


connection- ssl_version
negotiated-ssl- 6.7.x Version of the SSL protocol
version negotiated for the client
6.6.x connection.

6.5.x
x-cs- client.connection.ssl_server_ 7.3.x Hostname from the SNI
connection-ssl- name extension of the client
server-name connection.
x-cs-https- Total time taken (in ms) to
handshake-time 6.7.5.8 complete the HTTPS
7.4.2.1 handshake of the
downstream connection.
x-cs-ident- ident.username 7.x The username associated
username with this session as
6.7.x returned from an ident
query. This is an empty
6.6.x
string if no session is
6.5.x known.
x-cs-interface client.interface 7.x
Interface on which the
6.7.x client established its
connection.
6.6.x
x-cs-interface- client.interface.routing_ 7.x Routing domain on which
routing-domain domain the client established its
6.7.x connection.
6.6.x

20 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-netbios- netbios.computer-domain The name of the domain to


computer-domain which the computer
belongs.
7.x
This is an empty string if
6.7.x the query fails or the name
is not reported. When using
6.6.x the $(netbios.*)
substitutions to generate
6.5.x the username, the client
machines must react to a
NetBIOS over TCP/IP node
status query.
x-cs-netbios- netbios.computer-name 7.x The NetBIOS name of the
computer-name computer.
6.7.x
This is an empty string if
6.6.x the query fails or the name
is not reported. When using
6.5.x
the $(netbios.*)
substitutions to generate
the username, the client
machines must react to a
NetBIOS over TCP/IP node
status query.
x-cs-netbios- netbios.messenger-username The name of the logged-in
messenger- user.
username
This is an empty string if
7.x the query fails or the name
is not reported. It is also
6.7.x empty there is more than
one logged-in user. When
6.6.x
using the $(netbios.*)
6.5.x substitutions to generate
the username, the client
machines must react to a
NetBIOS over TCP/IP node
status query.

21 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-netbios- netbios.messenger-usernames 7.x A comma-separated list of


messenger- the all the messenger
usernames 6.7.x usernames reported by the
target computer.
6.6.x
This is an empty string if
6.5.x
the query fails, or no names
are reported. When using
the $(netbios.*)
substitutions to generate
the username, the client
machines must react to a
NetBIOS over TCP/IP node
status query.
x-cs-rp-https- Total time taken (in ms) to
handshake-time 6.7.5.8 complete the HTTPS
7.2.4.1 handshake of the reverse
proxy connection.
x-cs-session- session- 7.x The username associated
username monitor.attribute.calling- with this session as
station-id 6.7.x reported by RADIUS
accounting. This is an
6.6.x
empty string if no session is
6.5.x known.
x-isolated isolated Whether or not the
7.3.x transaction was forwarded
to the web isolation service.
x-module-name module_name 7.x The SGOS module that is
handling the transaction.
6.7.x

6.6.x

6.5.x
x-random-ipv6 Value of the X-Forwarded-
For header if it is set to a
7.x
random IPv6 address by
Universal Policy.

22 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-rs- server.connection.dscp 7.x DSCP server inbound


connection-dscp value.
6.7.x

6.6.x

6.5.x
x-rs- Whether or not the server-
connection- side SSL connection is
7.x
encrypted-tap tapped. If tapped, the field
value is "TAPPED".
x-rs- server.connection.negotiated_ 7.x OpenSSL cipher suite
connection- cipher negotiated for the server
negotiated- 6.7.x connection.
cipher
6.6.x

6.5.x
x-rs- 7.x
connection-
negotiated- 6.7.x Ciphersize of the OpenSSL
cipher-size cipher suite negotiated for
6.6.x the server connection.

6.5.x
x-rs- server.connection.negotiated_ 7.x Strength of the OpenSSL
connection- cipher.strength cipher suite negotiated for
negotiated- 6.7.x the server connection.
cipher-strength
6.6.x

6.5.x
x-rs- server.connection.negotiated_ 7.x
connection- ssl_version
negotiated-ssl- 6.7.x Version of the SSL protocol
version negotiated for the server
6.6.x connection.

6.5.x
x-rs- server.connection.ssl_server_ 7.3.x Hostname from the
connection-ssl- name SNI extension of the server
server-name connection.

23 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-sc- 7.x
connection-
dscp-decision 6.7.x DSCP client outbound
6.6.x value.

6.5.x
x-sc- 7.x Issuer for forged
connection- certificates.
issuer-keyring 6.7.x

6.6.x

6.5.x
x-server-adn- 7.x
connection- Total number of
bytes 6.7.x compressed ADN bytes
6.6.x send to and received from
the server.
6.5.x
x-server- 7.x Total number of bytes send
connection- to and received from the
bytes 6.7.x server.
6.6.x

6.5.x
x-service-group service.group 7.x

6.7.x The name of the service


group that handled the
6.6.x transaction.

6.5.x
x-service-name service.name 7.x The name of the service
that handled the
6.7.x transaction.
6.6.x

6.5.x

24 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-sr- 7.x
connection-
dscp-decision 6.7.x DSCP server outbound
6.6.x value.

6.5.x
x-sr-https- 6.7.5.8 Total time taken (in ms) to
handshake-time complete the HTTPS
7.2.4.1 handshake of the upstream
connection.

25 of 182
Client/Server Bytes

DNS
These fields pertain to DNS lookup.

ELFF CPL Custom Introduced Description


in SGOS
versions

x-dns-cs-address dns.request.address 7.x The address queried in a


reverse DNS lookup
6.7.x

6.6.x

6.5.x
x-dns-cs-dns dns.request.name 7.x

6.7.x The hostname queried in a


6.6.x forward DNS lookup

6.5.x
x-dns-cs-opcode dns.request.opcode 7.x The DNS OPCODE used in the
DNS query
6.7.x

6.6.x

6.5.x
x-dns-cs-qclass dns.request.class 7.x

6.7.x The DNS QCLASS used in the


6.6.x DNS query

6.5.x
x-dns-cs-qtype dns.request.type 7.x The DNS QTYPE used in the
DNS query
6.7.x

6.6.x

6.5.x

26 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-dns-cs-threat- dns.request.threat_ 7.x


risk-level risk.level
6.7.x
The DNS Threat Risk Level.
6.6.x

6.5.x
x-dns-cs- dns.client_transport 7.x The transport protocol used by
transport the client connection in a DNS
6.7.x query
6.6.x

6.5.x
x-dns-rs-a- dns.response.a 7.x
records
6.7.x The DNS A RRs in the
6.6.x response from upstream

6.5.x
x-dns-rs-cname- dns.response.cname 7.x The DNS CNAME RRs in the
records response from upstream
6.7.x

6.6.x

6.5.x
x-dns-rs-ptr- dns.response.ptr 7.x
records
6.7.x The DNS A RRs in the
6.6.x response from upstream

6.5.x
x-dns-rs-rcode dns.response.code 7.x The DNS RCODE in the
response from upstream
6.7.x

6.6.x

6.5.x

27 of 182
Client/Server Bytes

HTTP
These fields log information pertaining to the HTTP transaction.

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- 7.x Logs information about the


invalid-response- HTTP(S) response of it is still
headers 6.7.x considered invalid after
normalization.
6.6.x

6.5.9.11
x-bluecoat- 7.x
normalized-
response-headers 6.7.x Logs information about any
normalization of the HTTP(S)
6.6.x response that was completed.

6.5.9.11
x-http-connect- http.connect.host 7.x The host name in original HTTP
host CONNECT request.
6.7.4.x
x-http-connect- http.connect.port 7.x The port number in original
port
6.7.4.x HTTP CONNECT request.

x-http- 7.x The reason(s) the HTTP


noncacheable- response was not cached.
reason 6.7.x

6.6.x

6.5.x

28 of 182
Symantec Corporation - SGOS 6.x and 7.x

Request Headers
These fields log the specified request header values.

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Accept) request.header.Accept 7.x Request header:


Accept
6.7.x

6.6.x

6.5.x
cs(Accept)-count request.header.Accept.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Accept

6.5.x
cs(Accept)-length request.header.Accept.length 7.x Length of HTTP
request header:
6.7.x Accept
6.6.x

6.5.x
cs(Accept- request.header.Accept-Charset 7.x
Charset)
6.7.x Request header:
6.6.x Accept-Charset

6.5.x
cs(Accept- request.header.Accept-Charset.count 7.x Number of HTTP
Charset)-count request header:
6.7.x Accept-Charset
6.6.x

6.5.x
cs(Accept- request.header.Accept- 7.x
Charset)-length Charset.length
6.7.x Length of HTTP
request header:
6.6.x Accept-Charset

6.5.x

29 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Accept- request.header.Accept-Encoding 7.x Request header:


Encoding) Accept-Encoding
6.7.x

6.6.x

6.5.x
cs(Accept- request.header.Accept- 7.x
Encoding)-count Encoding.count
6.7.x Number of HTTP
request header:
6.6.x Accept-Encoding

6.5.x
cs(Accept- request.header.Accept- 7.x Length of HTTP
Encoding)-length Encoding.length request header:
6.7.x Accept-Encoding
6.6.x

6.5.x
cs(Accept- request.header.Accept-Language 7.x
Language)
6.7.x Request header:
6.6.x Accept-Language

6.5.x
cs(Accept- request.header.Accept- 7.x Number of HTTP
Language)-count Language.count request header:
6.7.x Accept-Language
6.6.x

6.5.x
cs(Accept- request.header.Accept- 7.x
Language)-length Language.length
6.7.x Length of HTTP
request header:
6.6.x Accept-Language

6.5.x

30 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Accept-Ranges) request.header.Accept-Ranges 7.x Request header:


Accept-Ranges
6.7.x

6.6.x

6.5.x
cs(Accept- request.header.Accept-Ranges.count 7.x
Ranges)-count
6.7.x Number of HTTP
request header:
6.6.x Accept-Ranges

6.5.x
cs(Accept- request.header.Accept-Ranges.length 7.x Length of HTTP
Ranges)-length request header:
6.7.x Accept-Ranges
6.6.x

6.5.x
cs(Age) request.header.Age 7.x

6.7.x Request header:


6.6.x Age

6.5.x
cs(Age)-count request.header.Age.count 7.x Number of HTTP
request header: Age
6.7.x

6.6.x

6.5.x
cs(Age)-length request.header.Age.length 7.x

6.7.x Length of HTTP


6.6.x request header: Age

6.5.x

31 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Allow) request.header.Allow 7.x Request header:


Allow
6.7.x

6.6.x

6.5.x
cs(Allow)-count request.header.Allow.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Allow

6.5.x
cs(Allow)-length request.header.Allow.length 7.x Length of HTTP
request header:
6.7.x Allow
6.6.x

6.5.x
cs request.header.Authentication-Info 7.x
(Authentication-
Info) 6.7.x Request header:
6.6.x Authentication-Info

6.5.x
cs request.header.Authentication- 7.x Number of HTTP
(Authentication- Info.count request header:
Info)-count 6.7.x Authentication-Info
6.6.x

6.5.x
cs request.header.Authentication- 7.x
(Authentication- Info.length
Info)-length 6.7.x Length of HTTP
request header:
6.6.x Authentication-Info

6.5.x

32 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Authorization) request.header.Authorization 7.x Request header:


Authorization
6.7.x

6.6.x

6.5.x
cs request.header.Authorization.count 7.x
(Authorization)-
count 6.7.x Number of HTTP
request header:
6.6.x Authorization

6.5.x
cs request.header.Authorization.length 7.x Length of HTTP
(Authorization)- request header:
length 6.7.x Authorization
6.6.x

6.5.x
cs(CSRF-Token) request.header.CSRF-Token 7.x Request header:
6.7.4.x CSRF-Token

cs(CSRF-Token)- request.header.CSRF-Token.count 7.x Number of HTTP


count request header:
6.7.4.x CSRF-Token
cs(CSRF-Token)- request.header.CSRF-Token.length 7.x Length of HTTP
length request header:
6.7.4.x CSRF-Token
cs(Cache-Control) request.header.Cache-Control 7.x Request header:
Cache-Control
6.7.x

6.6.x

6.5.x
cs(Cache- request.header.Cache-Control.count 7.x
Control)-count
6.7.x Number of HTTP
request header:
6.6.x Cache-Control

6.5.x

33 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Cache- request.header.Cache-Control.length 7.x Length of HTTP


Control)-length request header:
6.7.x Cache-Control
6.6.x

6.5.x
cs(Client-IP) request.header.Client-IP 7.x

6.7.x Request header:


6.6.x Client-IP

6.5.x
cs(Client-IP)- request.header.Client-IP.count 7.x Number of HTTP
count request header:
6.7.x Client-IP
6.6.x

6.5.x
cs(Client-IP)- request.header.Client-IP.length 7.x
length
6.7.x Length of HTTP
request header:
6.6.x Client-IP

6.5.x
cs(Connection) request.header.Connection 7.x Request header:
Connection
6.7.x

6.6.x

6.5.x
cs(Connection)- request.header.Connection.count 7.x
count
6.7.x Number of HTTP
request header:
6.6.x Connection

6.5.x

34 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Connection)- request.header.Connection.length 7.x Length of HTTP


length request header:
6.7.x Connection
6.6.x

6.5.x
cs(Content- request.header.Content-Disposition 7.x
Disposition)
6.7.x Request header:
6.6.x Content-Disposition

6.5.x
cs(Content- request.header.Content- 7.x Number of HTTP
Disposition)- Disposition.count request header:
count 6.7.x Content-Disposition
6.6.x

6.5.x
cs(Content- request.header.Content- 7.x
Disposition)- Disposition.length
length 6.7.x Length of HTTP
request header:
6.6.x Content-Disposition

6.5.x
cs(Content- request.header.Content-Encoding 7.x Request header:
Encoding) Content-Encoding
6.7.x

6.6.x

6.5.x
cs(Content- request.header.Content- 7.x
Encoding)-count Encoding.count
6.7.x Number of HTTP
request header:
6.6.x Content-Encoding

6.5.x

35 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Content- request.header.Content- 7.x Length of HTTP


Encoding)-length Encoding.length request header:
6.7.x Content-Encoding
6.6.x

6.5.x
cs(Content- request.header.Content-Language 7.x
Language)
6.7.x Request header:
6.6.x Content-Language

6.5.x
cs(Content- request.header.Content- 7.x Number of HTTP
Language)-count Language.count request header:
6.7.x Content-Language
6.6.x

6.5.x
cs(Content- request.header.Content- 7.x
Language)-length Language.length
6.7.x Length of HTTP
request header:
6.6.x Content-Language

6.5.x
cs(Content- request.header.Content-Length 7.x Request header:
Length) Content-Length
6.7.x

6.6.x

6.5.x
cs(Content- request.header.Content-Length.count 7.x
Length)-count
6.7.x Number of HTTP
request header:
6.6.x Content-Length

6.5.x

36 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Content- request.header.Content- 7.x Length of HTTP


Length)-length Length.length request header:
6.7.x Content-Length
6.6.x

6.5.x
cs(Content- request.header.Content-Location 7.x
Location)
6.7.x Request header:
6.6.x Content-Location

6.5.x
cs(Content- request.header.Content- 7.x Number of HTTP
Location)-count Location.count request header:
6.7.x Content-Location
6.6.x

6.5.x
cs(Content- request.header.Content- 7.x
Location)-length Location.length
6.7.x Length of HTTP
request header:
6.6.x Content-Location

6.5.x
cs(Content-MD5) request.header.Content-MD5 7.x Request header:
Content-MD5
6.7.x

6.6.x

6.5.x
cs(Content-MD5)- request.header.Content-MD5.count 7.x
count
6.7.x Number of HTTP
request header:
6.6.x Content-MD5

6.5.x

37 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Content-MD5)- request.header.Content-MD5.length 7.x Length of HTTP


length request header:
6.7.x Content-MD5
6.6.x

6.5.x
cs(Content-Range) request.header.Content-Range 7.x

6.7.x Request header:


6.6.x Content-Range

6.5.x
cs(Content- request.header.Content-Range.count 7.x Number of HTTP
Range)-count request header:
6.7.x Content-Range
6.6.x

6.5.x
cs(Content- request.header.Content-Range.length 7.x
Range)-length
6.7.x Length of HTTP
request header:
6.6.x Content-Range

6.5.x
cs(Content-Type) request.header.Content-Type 7.x Request header:
Content-Type
6.7.x

6.6.x

6.5.x
cs(Content-Type)- request.header.Content-Type.count 7.x
count
6.7.x Number of HTTP
request header:
6.6.x Content-Type

6.5.x

38 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Content-Type)- request.header.Content-Type.length 7.x Length of HTTP


length request header:
6.7.x Content-Type
6.6.x

6.5.x
cs(Cookie) request.header.Cookie %C 7.x

6.7.x Request header:


6.6.x Cookie

6.5.x
cs(Cookie)-count request.header.Cookie.count 7.x Number of HTTP
request header:
6.7.x Cookie
6.6.x

6.5.x
cs(Cookie)-length request.header.Cookie.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Cookie

6.5.x
cs(Cookie2) request.header.Cookie2 7.x Request header:
Cookie2
6.7.x

6.6.x

6.5.x
cs(Cookie2)-count request.header.Cookie2.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Cookie2

6.5.x

39 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Cookie2)- request.header.Cookie2.length 7.x Length of HTTP


length request header:
6.7.x Cookie2
6.6.x

6.5.x
cs(Date) request.header.Date 7.x

6.7.x Request header:


6.6.x Date

6.5.x
cs(Date)-count request.header.Date.count 7.x Number of HTTP
request header:
6.7.x Date
6.6.x

6.5.x
cs(Date)-length request.header.Date.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Date

6.5.x
cs(Etag) request.header.Etag 7.x Request header:
Etag
6.7.x

6.6.x

6.5.x
cs(Etag)-count request.header.Etag.count 7.x

6.7.x Number of HTTP


6.6.x request header: Etag

6.5.x

40 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Etag)-length request.header.Etag.length 7.x Length of HTTP


request header: Etag
6.7.x

6.6.x

6.5.x
cs(Expect) request.header.Expect 7.x

6.7.x Request header:


6.6.x Expect

6.5.x
cs(Expect)-count request.header.Expect.count 7.x Number of HTTP
request header:
6.7.x Expect
6.6.x

6.5.x
cs(Expect)-length request.header.Expect.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Expect

6.5.x
cs(Expires) request.header.Expires 7.x Request header:
Expires
6.7.x

6.6.x

6.5.x
cs(Expires)-count request.header.Expires.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Expires

6.5.x

41 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Expires)- request.header.Expires.length 7.x Length of HTTP


length request header:
6.7.x Expires
6.6.x

6.5.x
cs(From) request.header.From 7.x

6.7.x Request header:


6.6.x From

6.5.x
cs(From)-count request.header.From.count 7.x Number of HTTP
request header:
6.7.x From
6.6.x

6.5.x
cs(From)-length request.header.From.length 7.x

6.7.x Length of HTTP


request header:
6.6.x From

6.5.x
cs(Front-End- request.header.Front-End-HTTPS 7.x Request header:
HTTPS) Front-End-HTTPS
6.7.x

6.6.x

6.5.x
cs(Front-End- request.header.Front-End- 7.x
HTTPS)-count HTTPS.count
6.7.x Number of HTTP
request header:
6.6.x Front-End-HTTPS

6.5.x

42 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Front-End- request.header.Front-End- 7.x Length of HTTP


HTTPS)-length HTTPS.length request header:
6.7.x Front-End-HTTPS
6.6.x

6.5.x
cs(Host) request.header.Host 7.x

6.7.x Request header:


6.6.x Host

6.5.x
cs(Host)-count request.header.Host.count 7.x Number of HTTP
request header:
6.7.x Host
6.6.x

6.5.x
cs(Host)-length request.header.Host.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Host

6.5.x
cs(HTTP2- request.header.HTTP2-Settings 7.x Request header:
Settings) HTTP2-Settings
cs(HTTP2- request.header.HTTP2-Settings.count Number of HTTP
Settings)-count 7.x request header:
HTTP2-Settings
cs(HTTP2- request.header.HTTP2- 7.x Length of HTTP
Settings)-length Settings.length request header:
HTTP2-Settings
cs(If-Match) request.header.If-Match 7.x

6.7.x Request header: If-


6.6.x Match

6.5.x

43 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(If-Match)- request.header.If-Match.count 7.x Number of HTTP


count request header: If-
6.7.x Match
6.6.x

6.5.x
cs(If-Match)- request.header.If-Match.length 7.x
length
6.7.x Length of HTTP
request header: If-
6.6.x Match

6.5.x
cs(If-Modified- request.header.If-Modified-Since 7.x Request header: If-
Since) Modified-Since
6.7.x

6.6.x

6.5.x
cs(If-Modified- request.header.If-Modified- 7.x
Since)-count Since.count
6.7.x Number of HTTP
request header: If-
6.6.x Modified-Since

6.5.x
cs(If-Modified- request.header.If-Modified- 7.x Length of HTTP
Since)-length Since.length request header: If-
6.7.x Modified-Since
6.6.x

6.5.x
cs(If-None-Match) request.header.If-None-Match 7.x

6.7.x Request header: If-


6.6.x None-Match

6.5.x

44 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(If-None- request.header.If-None-Match.count 7.x Number of HTTP


Match)-count request header: If-
6.7.x None-Match
6.6.x

6.5.x
cs(If-None- request.header.If-None-Match.length 7.x
Match)-length
6.7.x Length of HTTP
request header: If-
6.6.x None-Match

6.5.x
cs(If-Range) request.header.If-Range 7.x Request header: If-
Range
6.7.x

6.6.x

6.5.x
cs(If-Range)- request.header.If-Range.count 7.x
count
6.7.x Number of HTTP
request header: If-
6.6.x Range

6.5.x
cs(If-Range)- request.header.If-Range.length 7.x Length of HTTP
length request header: If-
6.7.x Range
6.6.x

6.5.x
cs(If-Unmodified- request.header.If-Unmodified-Since 7.x
Since)
6.7.x Request header: If-
6.6.x Unmodified-Since

6.5.x

45 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(If-Unmodified- request.header.If-Unmodified- 7.x Number of HTTP


Since)-count Since.count request header: If-
6.7.x Unmodified-Since
6.6.x

6.5.x
cs(If-Unmodified- request.header.If-Unmodified- 7.x
Since)-length Since.length
6.7.x Length of HTTP
request header: If-
6.6.x Unmodified-Since

6.5.x
cs(Last-Modified) request.header.Last-Modified 7.x Request header:
Last-Modified
6.7.x

6.6.x

6.5.x
cs(Last- request.header.Last-Modified.count 7.x
Modified)-count
6.7.x Number of HTTP
request header:
6.6.x Last-Modified

6.5.x
cs(Last- request.header.Last-Modified.length 7.x Length of HTTP
Modified)-length request header:
6.7.x Last-Modified
6.6.x

6.5.x
cs(Location) request.header.Location 7.x

6.7.x Request header:


6.6.x Location

6.5.x

46 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Location)- request.header.Location.count 7.x Number of HTTP


count request header:
6.7.x Location
6.6.x

6.5.x
cs(Location)- request.header.Location.length 7.x
length
6.7.x Length of HTTP
request header:
6.6.x Location

6.5.x
cs(Max-Forwards) request.header.Max-Forwards 7.x Request header:
Max-Forwards
6.7.x

6.6.x

6.5.x
cs(Max-Forwards)- request.header: Max-Forwards.count 7.x
count
6.7.x Number of HTTP
request header:
6.6.x Max-Forwards

6.5.x
cs(Max-Forwards)- request.header: Max-Forwards.length 7.x Length of HTTP
length request header:
6.7.x Max-Forwards
6.6.x

6.5.x
cs(Meter) request.header.Meter 7.x

6.7.x Request header:


6.6.x Meter

6.5.x

47 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Meter)-count request.header.Meter.count 7.x Number of HTTP


request header:
6.7.x Meter
6.6.x

6.5.x
cs(Meter)-length request.header.Meter.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Meter

6.5.x
cs(Origin) request.header.Origin 7.x Request header:
Origin
6.7.x

6.6.x

6.5.x
cs(Origin)-count request.header.Origin.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Origin

6.5.x
cs(Origin)-length request.header.Origin.length 7.x Length of HTTP
request header:
6.7.x Origin
6.6.x

6.5.x
cs(P3P) request.header.P3P 7.x

6.7.x Request header:


6.6.x P3P

6.5.x

48 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(P3P)-count request.header.P3P.count 7.x Number of HTTP


request header: P3P
6.7.x

6.6.x

6.5.x
cs(P3P)-length request.header.P3P.length 7.x

6.7.x Length of HTTP


6.6.x request header: P3P

6.5.x
cs(Pragma) request.header.Pragma 7.x Request header:
Pragma
6.7.x

6.6.x

6.5.x
cs(Pragma)-count request.header.Pragma.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Pragma

6.5.x
cs(Pragma)-length request.header.Pragma.length 7.x Length of HTTP
request header:
6.7.x Pragma
6.6.x

6.5.x
cs(Proxy- request.header.Proxy-Authenticate 7.x
Authenticate)
6.7.x Request header:
6.6.x Proxy-Authenticate

6.5.x

49 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Proxy- request.header.Proxy- 7.x Number of HTTP


Authenticate)- Authenticate.count request header:
count 6.7.x Proxy-Authenticate
6.6.x

6.5.x
cs(Proxy- request.header.Proxy- 7.x
Authenticate)- Authenticate.length
length 6.7.x Length of HTTP
request header:
6.6.x Proxy-Authenticate

6.5.x
cs(Proxy- request.header.Proxy-Connection 7.x Request header:
Connection) Proxy-Connection
6.7.x

6.6.x

6.5.x
cs(Proxy- request.header.Proxy- 7.x
Connection)-count Connection.count
6.7.x Number of HTTP
request header:
6.6.x Proxy-Connection

6.5.x
cs(Proxy- request.header.Proxy- 7.x Length of HTTP
Connection)- Connection.length request header:
length 6.7.x Proxy-Connection
6.6.x

6.5.x
cs(Range) request.header.Range 7.x

6.7.x Request header:


6.6.x Range

6.5.x

50 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Range)-count request.header.Range.count 7.x Number of HTTP


request header:
6.7.x Range
6.6.x

6.5.x
cs(Range)-length request.header.Range.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Range

6.5.x
cs(Referer) request.header.Referer %R 7.x Request header:
Referer
6.7.x

6.6.x

6.5.x
cs(Referer)-count request.header.Referer.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Referer

6.5.x
cs(Referer)- request.header.Referer.length 7.x Number of HTTP
length request header:
6.7.x Referer
6.6.x

6.5.x
cs(Refresh) request.header.Refresh 7.x

6.7.x Request header:


6.6.x Refresh

6.5.x

51 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Refresh)-count request.header.Refresh.count 7.x Number of HTTP


request header:
6.7.x Refresh
6.6.x

6.5.x
cs(Refresh)- request.header.Refresh.length 7.x
length
6.7.x Length of HTTP
request header:
6.6.x Refresh

6.5.x
cs(Retry-After) request.header.Retry-After 7.x Request header:
Retry-After
6.7.x

6.6.x

6.5.x
cs(Retry-After)- request.header.Retry-After.count 7.x
count
6.7.x Number of HTTP
request header:
6.6.x Retry-After

6.5.x
cs(Retry-After)- request.header.Retry-After.length 7.x Length of HTTP
length request header:
6.7.x Retry-After
6.6.x

6.5.x
cs(Server) request.header.Server 7.x

6.7.x Request header:


6.6.x Server

6.5.x

52 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Server)-count request.header.Server.count 7.x Number of HTTP


request header:
6.7.x Server
6.6.x

6.5.x
cs(Server)-length request.header.Server.length 7.x

6.7.x Length of HTTP


request header:
6.6.x Server

6.5.x
cs(Set-Cookie) request.header.Set-Cookie 7.x Request header:
Set-Cookie
6.7.x

6.6.x

6.5.x
cs(Set-Cookie)- request.header.Set-Cookie.count 7.x
count
6.7.x Number of HTTP
request header: Set-
6.6.x Cookie

6.5.x
cs(Set-Cookie)- request.header.Set-Cookie.length 7.x Length of HTTP
length request header: Set-
6.7.x Cookie
6.6.x

6.5.x
cs(Set-Cookie2) request.header.Set-Cookie2 7.x

6.7.x Request header:


6.6.x Set-Cookie2

6.5.x

53 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Set-Cookie2)- request.header.Set-Cookie2.count 7.x Number of HTTP


count request header: Set-
6.7.x Cookie2
6.6.x

6.5.x
cs(Set-Cookie2)- request.header.Set-Cookie2.length 7.x
length
6.7.x Length of HTTP
request header: Set-
6.6.x Cookie2

6.5.x
cs(TE) request.header.TE 7.x Request header: TE

6.7.x

6.6.x

6.5.x
cs(TE)-count request.header.TE.count 7.x

6.7.x Number of HTTP


6.6.x request header: TE

6.5.x
cs(TE)-length request.header.TE.length 7.x Length of HTTP
request header: TE
6.7.x

6.6.x

6.5.x
cs(Trailer) request.header.Trailer 7.x

6.7.x Request header:


6.6.x Trailer

6.5.x

54 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Trailer)-count request.header.Trailer.count 7.x Number of HTTP


request header:
6.7.x Trailer
6.6.x

6.5.x
cs(Trailer)- request.header.Trailer.length 7.x
length
6.7.x Length of HTTP
request header:
6.6.x Trailer

6.5.x
cs(Transfer- request.header.Transfer-Encoding 7.x Request header:
Encoding) Transfer-Encoding
6.7.x

6.6.x

6.5.x
cs(Transfer- request.header.Transfer- 7.x
Encoding)-count Encoding.count
6.7.x Number of HTTP
request header:
6.6.x Transfer-Encoding

6.5.x
cs(Transfer- request.header.Transfer- 7.x Length of HTTP
Encoding)-length Encoding.length request header:
6.7.x Transfer-Encoding
6.6.x

6.5.x
cs(Upgrade) request.header.Upgrade 7.x

6.7.x Request header:


6.6.x Upgrade

6.5.x

55 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Upgrade)-count request.header.Upgrade.count 7.x Number of HTTP


request header:
6.7.x Upgrade
6.6.x

6.5.x
cs(Upgrade)- request.header.Upgrade.length 7.x
length
6.7.x Length of HTTP
request header:
6.6.x Upgrade

6.5.x
cs(User-Agent) request.header.User-Agent %A 7.x Request header:
User-Agent
6.7.x

6.6.x

6.5.x
cs(User-Agent)- request.header.User-Agent.count 7.x
count
6.7.x Number of HTTP
request header:
6.6.x User-Agent

6.5.x
cs(User-Agent)- request.header.User-Agent.length 7.x Length of HTTP
length request header:
6.7.x User-Agent
6.6.x

6.5.x
cs(Vary) request.header.Vary 7.x

6.7.x Request header:


6.6.x Vary

6.5.x

56 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(Vary)-count request.header.Vary.count 7.x Number of HTTP


request header: Vary
6.7.x

6.6.x

6.5.x
cs(Vary)-length request.header.Vary.length 7.x

6.7.x Length of HTTP


6.6.x request header: Vary

6.5.x
cs(Via) request.header.Via 7.x Request header: Via

6.7.x

6.6.x

6.5.x
cs(Via)-count request.header.Via.count 7.x

6.7.x Number of HTTP


6.6.x request header: Via

6.5.x
cs(Via)-length request.header.Via.length 7.x Length of HTTP
request header: Via
6.7.x

6.6.x

6.5.x
cs(WWW- request.header.WWW-Authenticate 7.x
Authenticate)
6.7.x Request header:
6.6.x WWW-Authenticate

6.5.x

57 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(WWW- request.header.WWW- 7.x Number of HTTP


Authenticate)- Authenticate.count request header:
count 6.7.x WWW-Authenticate
6.6.x

6.5.x
cs(WWW- request.header.WWW- 7.x
Authenticate)- Authenticate.length
length 6.7.x Length of HTTP
request header:
6.6.x WWW-Authenticate

6.5.x
cs(Warning) request.header.Warning 7.x Request header:
Warning
6.7.x

6.6.x

6.5.x
cs(Warning)-count request.header.Warning.count 7.x

6.7.x Number of HTTP


request header:
6.6.x Warning

6.5.x
cs(Warning)- request.header.Warning.length 7.x Length of HTTP
length request header:
6.7.x Warning
6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat- 7.x
Authorization) Authorization
6.7.x Request header: X-
BlueCoat-
6.6.x Authorization

6.5.x

58 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(X-BlueCoat- request.header.X-BlueCoat- 7.x Number of HTTP


Authorization)- Authorization.count request header: X-
count 6.7.x BlueCoat-
Authorization
6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat- 7.x
Authorization)- Authorization.length Length of HTTP
length 6.7.x request header: X-
6.6.x BlueCoat-
Authorization
6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-DMI 7.x Request header: X-
DMI) BlueCoat-DMI
6.7.x

6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-DMI.count 7.x
DMI)-count
6.7.x Number of HTTP
request header: X-
6.6.x BlueCoat-DMI

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat- 7.x Length of HTTP
DMI)-length DMI.length request header: X-
6.7.x BlueCoat-DMI
6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-Error 7.x
Error)
6.7.x Request header: X-
6.6.x BlueCoat-Error

6.5.x

59 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(X-BlueCoat- request.header.X-BlueCoat- 7.x Number of HTTP


Error)-count Error.count request header: X-
6.7.x BlueCoat-Error
6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat- 7.x
Error)-length Error.length
6.7.x Length of HTTP
request header: X-
6.6.x BlueCoat-Error

6.5.x
cs(X-BlueCoat-MC- request.header.X-BlueCoat-MC- 7.x Request header: X-
Client-Ip) Client-Ip BlueCoat-MC-
6.7.x Client-Ip
6.6.x

6.5.x
cs(X-BlueCoat-MC- request.header.X-BlueCoat-MC- 7.x
Client-Ip)-count Client-Ip.count Number of HTTP
6.7.x request header: X-
6.6.x BlueCoat-MC-
Client-Ip
6.5.x
cs(X-BlueCoat-MC- request.header.X-BlueCoat-MC- 7.x Length of HTTP
Client-Ip)-length Client-Ip.length request header: X-
6.7.x BlueCoat-MC-
Client-Ip
6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-Serial- 7.x
Serial-Number) Number
6.7.x Request header: X-
BlueCoat-Serial-
6.6.x Number

6.5.x

60 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(X-BlueCoat- request.header.X-BlueCoat-Serial- 7.x Number of HTTP


Serial-Number)- Number.count request header: X-
count 6.7.x BlueCoat-Serial-
Number
6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-Serial- 7.x
Serial-Number)- Number.length Length of HTTP
length 6.7.x request header: X-
6.6.x BlueCoat-Serial-
Number
6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-Via 7.x Request header: X-
Via) BlueCoat-Via
6.7.x

6.6.x

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat-Via.count 7.x
Via)-count
6.7.x Number of HTTP
request header: X-
6.6.x BlueCoat-Via

6.5.x
cs(X-BlueCoat- request.header.X-BlueCoat- 7.x Length of HTTP
Via)-length Via.length request header: X-
6.7.x BlueCoat-Via
6.6.x

6.5.x
cs(X-Forwarded- request.header.X-Forwarded-For %X 7.x
For)
6.7.x Request header: X-
6.6.x Forwarded-For

6.5.x

61 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs(X-Forwarded- request.header.X-Forwarded- 7.x Number of HTTP


For)-count For.count request header: X-
6.7.x Forwarded-For
6.6.x

6.5.x
cs(X-Forwarded- request.header.X-Forwarded- 7.x
For)-length For.length
6.7.x Length of HTTP
request header: X-
6.6.x Forwarded-For

6.5.x
cs(X-Requested- request.header.X-Requested-With 7.x Request header: X-
With) Requested-With
6.7.x

6.6.x

6.5.x
cs(X-Requested- request.header.X-Requested- 7.x
With)-count With.count
6.7.x Number of HTTP
request header: X-
6.6.x Requested-With

6.5.x
cs(X-Requested- request.header.X-Requested- 7.x Length of HTTP
With)-length With.length request header: X-
6.7.x Requested-With
6.6.x

6.5.x

62 of 182
Symantec Corporation - SGOS 6.x and 7.x

Response Headers
These fields log the specified response header values.

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Accept) response.header.Accept 7.x Response header:


Accept
6.7.x

6.6.x

6.5.x
rs(Accept)-count response.header.Accept.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Accept

6.5.x
rs(Accept)-length response.header.Accept.length 7.x Length of HTTP
response header:
6.7.x Accept
6.6.x

6.5.x
rs(Accept- response.header.Accept-Charset 7.x
Charset)
6.7.x Response header:
6.6.x Accept-Charset

6.5.x
rs(Accept- response.header.Accept-Charset.count 7.x Number of HTTP
Charset)-count response header:
6.7.x Accept-Charset
6.6.x

6.5.x
rs(Accept- response.header.Accept- 7.x
Charset)-length Charset.length
6.7.x Length of HTTP
response header:
6.6.x Accept-Charset

6.5.x

63 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Accept- response.header.Accept-Encoding 7.x Response header:


Encoding) Accept-Encoding
6.7.x

6.6.x

6.5.x
rs(Accept- response.header.Accept- 7.x
Encoding)-count Encoding.count
6.7.x Number of HTTP
response header:
6.6.x Accept-Encoding

6.5.x
rs(Accept- response.header.Accept- 7.x Length of HTTP
Encoding)-length Encoding.length response header:
6.7.x Accept-Encoding
6.6.x

6.5.x
rs(Accept- response.header.Accept-Language 7.x
Language)
6.7.x Response header:
6.6.x Accept-Language

6.5.x
rs(Accept- response.header.Accept- 7.x Number of HTTP
Language)-count Language.count response header:
6.7.x Accept-Language
6.6.x

6.5.x
rs(Accept- response.header.Accept- 7.x
Language)-length Language.length
6.7.x Length of HTTP
response header:
6.6.x Accept-Language

6.5.x

64 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Accept-Ranges) response.header.Accept-Ranges 7.x Response header:


Accept-Ranges
6.7.x

6.6.x

6.5.x
rs(Accept- response.header.Accept-Ranges.count 7.x
Ranges)-count
6.7.x Number of HTTP
response header:
6.6.x Accept-Ranges

6.5.x
rs(Accept- response.header.Accept-Ranges.length 7.x Length of HTTP
Ranges)-length response header:
6.7.x Accept-Ranges
6.6.x

6.5.x
rs(Age) response.header.Age 7.x

6.7.x Response header:


6.6.x Age

6.5.x
rs(Age)-count response.header.Age.count 7.x Number of HTTP
response header:
6.7.x Age
6.6.x

6.5.x
rs(Age)-length response.header.Age.length 7.x

6.7.x Length of HTTP


response header:
6.6.x Age

6.5.x

65 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Allow) response.header.Allow 7.x Response header:


Allow
6.7.x

6.6.x

6.5.x
rs(Allow)-count response.header.Allow.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Allow

6.5.x
rs(Allow)-length response.header.Allow.length 7.x Length of HTTP
response header:
6.7.x Allow
6.6.x

6.5.x
rs response.header.Authentication-Info 7.x
(Authentication-
Info) 6.7.x Response header:
6.6.x Authentication-Info

6.5.x
rs response.header.Authentication- 7.x Number of HTTP
(Authentication- Info.count response header:
Info)-count 6.7.x Authentication-Info
6.6.x

6.5.x
rs response.header.Authentication- 7.x
(Authentication- Info.length
Info)-length 6.7.x Length of HTTP
response header:
6.6.x Authentication-Info

6.5.x

66 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Authorization) response.header.Authorization 7.x Response header:


Authorization
6.7.x

6.6.x

6.5.x
rs response.header.Authorization.count 7.x
(Authorization)-
count 6.7.x Number of HTTP
response header:
6.6.x Authorization

6.5.x
rs response.header.Authorization.length 7.x Length of HTTP
(Authorization)- response header:
length 6.7.x Authorization
6.6.x

6.5.x
rs(CSRF-Token) response.header.CSRF-Token 7.x Response header:
6.7.4.x CSRF-Token

rs(CSRF-Token)- response.header.CSRF-Token.count 7.x Number of HTTP


count response header:
6.7.4.x CSRF-Token
rs(CSRF-Token)- response.header.CSRF-Token.length 7.x Length of HTTP
length response header:
6.7.4.x CSRF-Token
rs(Cache-Control) response.header.Cache-Control 7.x Response header:
Cache-Control
6.7.x

6.6.x

6.5.x
rs(Cache- response.header.Cache-Control.count 7.x
Control)-count
6.7.x Number of HTTP
response header:
6.6.x Cache-Control

6.5.x

67 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Cache- response.header.Cache-Control.length 7.x Length of HTTP


Control)-length response header:
6.7.x Cache-Control
6.6.x

6.5.x
rs(Connection) response.header.Connection 7.x

6.7.x Response header:


6.6.x Connection

6.5.x
rs(Connection)- response.header.Connection.count 7.x Number of HTTP
count response header:
6.7.x Connection
6.6.x

6.5.x
rs(Connection)- response.header.Connection.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Connection

6.5.x
rs(Content- response.header.Content-Disposition 7.x Response header:
Disposition) Content-Disposition
6.7.x

6.6.x

6.5.x
rs(Content- response.header.Content- 7.x
Disposition)- Disposition.count
count 6.7.x Number of HTTP
response header:
6.6.x Content-Disposition

6.5.x

68 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Content- response.header.Content- 7.x Length of HTTP


Disposition)- Disposition.length response header:
length 6.7.x Content-Disposition
6.6.x

6.5.x
rs(Content- response.header.Content-Encoding 7.x
Encoding)
6.7.x Response header:
6.6.x Content-Encoding

6.5.x
rs(Content- response.header.Content- 7.x Number of HTTP
Encoding)-count Encoding.count response header:
6.7.x Content-Encoding
6.6.x

6.5.x
rs(Content- response.header.Content- 7.x
Encoding)-length Encoding.length
6.7.x Length of HTTP
response header:
6.6.x Content-Encoding

6.5.x
rs(Content- response.header.Content-Language 7.x Response header:
Language) Content-Language
6.7.x

6.6.x

6.5.x
rs(Content- response.header.Content- 7.x
Language)-count Language.count
6.7.x Number of HTTP
response header:
6.6.x Content-Language

6.5.x

69 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Content- response.header.Content- 7.x Length of HTTP


Language)-length Language.length response header:
6.7.x Content-Language
6.6.x

6.5.x
rs(Content- response.header.Content-Length 7.x
Length)
6.7.x Response header:
6.6.x Content-Length

6.5.x
rs(Content- response.header.Content-Length.count 7.x Number of HTTP
Length)-count response header:
6.7.x Content-Length
6.6.x

6.5.x
rs(Content- response.header.Content- 7.x
Length)-length Length.length
6.7.x Length of HTTP
response header:
6.6.x Content-Length

6.5.x
rs(Content- response.header.Content-Location 7.x Response header:
Location) Content-Location
6.7.x

6.6.x

6.5.x
rs(Content- response.header.Content- 7.x
Location)-count Location.count
6.7.x Number of HTTP
response header:
6.6.x Content-Location

6.5.x

70 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Content- response.header.Content- 7.x Length of HTTP


Location)-length Location.length response header:
6.7.x Content-Location
6.6.x

6.5.x
rs(Content-MD5) response.header.Content-MD5 7.x

6.7.x Response header:


6.6.x Content-MD5

6.5.x
rs(Content-MD5)- response.header.Content-MD5.count 7.x Number of HTTP
count response header:
6.7.x Content-MD5
6.6.x

6.5.x
rs(Content-MD5)- response.header.Content-MD5.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Content-MD5

6.5.x
rs(Content-Range) response.header.Content-Range 7.x Response header:
Content-Range
6.7.x

6.6.x

6.5.x
rs(Content- response.header.Content-Range.count 7.x
Range)-count
6.7.x Number of HTTP
response header:
6.6.x Content-Range

6.5.x

71 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Content- response.header.Content-Range.length 7.x Length of HTTP


Range)-length response header:
6.7.x Content-Range
6.6.x

6.5.x
rs(Content- response.header.Content-Security- 7.x
Security-Policy) Policy
6.7.x Response header:
Content-Security-
6.6.x Policy

6.5.x
rs(Content- response.header.Content-Security- 7.x Number of HTTP
Security-Policy)- Policy.count response header:
count 6.7.x Content-Security-
Policy
6.6.x

6.5.x
rs(Content- response.header.Content-Security- 7.x
Security-Policy)- Policy.length Length of HTTP
length 6.7.x response header:
6.6.x Content-Security-
Policy
6.5.x
rs(Content- response.header.Content-Security- 7.x Response header:
Security-Policy- Policy-Report-Only Content-Security-
Report-Only) 6.7.x Policy-Report-Only
6.6.x

6.5.x
rs(Content- response.header.Content-Security- 7.x
Security-Policy- Policy-Report-Only.count Number of HTTP
Report-Only)- 6.7.x response header:
count Content-Security-
6.6.x
Policy-Report-Only
6.5.x

72 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Content- response.header.Content-Security- 7.x Length of HTTP


Security-Policy- Policy-Report-Only.length response header:
Report-Only)- 6.7.x Content-Security-
length Policy-Report-Only
6.6.x

6.5.x
rs(Content-Type) response.header.Content-Type 7.x

6.7.x Response header:


6.6.x Content-Type

6.5.x
rs(Content-Type)- response.header.Content-Type.count 7.x Number of HTTP
count response header:
6.7.x Content-Type
6.6.x

6.5.x
rs(Content-Type)- response.header.Content-Type.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Content-Type

6.5.x
rs(Cookie) response.header.Cookie 7.x Response header:
Cookie
6.7.x

6.6.x

6.5.x
rs(Cookie)-count response.header.Cookie.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Cookie

6.5.x

73 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Cookie)-length response.header.Cookie.length 7.x Length of HTTP


response header:
6.7.x Cookie
6.6.x

6.5.x
rs(Cookie2) response.header.Cookie2 7.x

6.7.x Response header:


6.6.x Cookie2

6.5.x
rs(Cookie2)-count response.header.Cookie2.count 7.x Number of HTTP
response header:
6.7.x Cookie2
6.6.x

6.5.x
rs(Cookie2)- response.header.Cookie2.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Cookie2

6.5.x
rs(Date) response.header.Date 7.x Response header:
Date
6.7.x

6.6.x

6.5.x
rs(Date)-count response.header.Date.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Date

6.5.x

74 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Date)-length response.header.Date.length 7.x Length of HTTP


response header:
6.7.x Date
6.6.x

6.5.x
rs(Etag) response.header.Etag 7.x

6.7.x Response header:


6.6.x Etag

6.5.x
rs(Etag)-count response.header.Etag.count 7.x Number of HTTP
response header:
6.7.x Etag
6.6.x

6.5.x
rs(Etag)-length response.header.Etag.length 7.x

6.7.x Length of HTTP


response header:
6.6.x Etag

6.5.x
rs(Expect) response.header.Expect 7.x Response header:
Expect
6.7.x

6.6.x

6.5.x
rs(Expect)-count response.header.Expect.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Expect

6.5.x

75 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Expect)-length response.header.Expect.length 7.x Length of HTTP


response header:
6.7.x Expect
6.6.x

6.5.x
rs(Expires) response.header.Expires 7.x

6.7.x Response header:


6.6.x Expires

6.5.x
rs(Expires)-count response.header.Expires.count 7.x Number of HTTP
response header:
6.7.x Expires
6.6.x

6.5.x
rs(Expires)- response.header.Expires.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Expires

6.5.x
rs(Front-End- response.header.Front-End-HTTPS 7.x Response header:
HTTPS) Front-End-HTTPS
6.7.x

6.6.x

6.5.x
rs(Front-End- response.header.Front-End- 7.x
HTTPS)-count HTTPS.count
6.7.x Number of HTTP
response header:
6.6.x Front-End-HTTPS

6.5.x

76 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Front-End- response.header.Front-End- 7.x Length of HTTP


HTTPS)-length HTTPS.length response header:
6.7.x Front-End-HTTPS
6.6.x

6.5.x
rs(HTTP2- response.header.HTTP2-Settings 7.x
Settings)
6.7.x Response header:
6.6.x HTTP2-Settings

6.5.x
rs(HTTP2- response.header.HTTP2-Settings.count 7.x Number of HTTP
Settings)-count response header:
6.7.x HTTP2-Settings
6.6.x

6.5.x
rs(HTTP2- response.header.HTTP2- 7.x
Settings)-length Settings.length
6.7.x Length of HTTP
response header:
6.6.x HTTP2-Settings

6.5.x
rs(If-Match) response.header.If-Match 7.x Response header:
If-Match
6.7.x

6.6.x

6.5.x
rs(If-Match)- response.header.If-Match.count 7.x
count
6.7.x Number of HTTP
response header: If-
6.6.x Match

6.5.x

77 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(If-Match)- response.header.If-Match.length 7.x Length of HTTP


length response header: If-
6.7.x Match
6.6.x

6.5.x
rs(If-Modified- response.header.If-Modified-Since 7.x
Since)
6.7.x Response header:
6.6.x If-Modified-Since

6.5.x
rs(If-Modified- response.header.If-Modified- 7.x Number of HTTP
Since)-count Since.count response header: If-
6.7.x Modified-Since
6.6.x

6.5.x
rs(If-Modified- response.header.If-Modified- 7.x
Since)-length Since.length
6.7.x Length of HTTP
response header: If-
6.6.x Modified-Since

6.5.x
rs(If-None-Match) response.header.If-None-Match 7.x Response header:
If-None-Match
6.7.x

6.6.x

6.5.x
rs(If-None- response.header.If-None-Match.count 7.x
Match)-count
6.7.x Number of HTTP
response header: If-
6.6.x None-Match

6.5.x

78 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(If-None- response.header.If-None-Match.length 7.x Length of HTTP


Match)-length response header: If-
6.7.x None-Match
6.6.x

6.5.x
rs(If-Range) response.header.If-Range 7.x

6.7.x Response header:


6.6.x If-Range

6.5.x
rs(If-Range)- response.header.If-Range.count 7.x Number of HTTP
count response header: If-
6.7.x Range
6.6.x

6.5.x
rs(If-Range)- response.header.If-Range.length 7.x
length
6.7.x Length of HTTP
response header: If-
6.6.x Range

6.5.x
rs(If-Unmodified- response.header.If-Unmodified-Since 7.x Response header:
Since) If-Unmodified-Since
6.7.x

6.6.x

6.5.x
rs(If-Unmodified- response.header.If-Unmodified- 7.x
Since)-count Since.count
6.7.x Number of HTTP
response header: If-
6.6.x Unmodified-Since

6.5.x

79 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(If-Unmodified- response.header.If-Unmodified- 7.x Length of HTTP


Since)-length Since.length response header: If-
6.7.x Unmodified-Since
6.6.x

6.5.x
rs(Last-Modified) response.header.Last-Modified 7.x

6.7.x Response header:


6.6.x Last-Modified

6.5.x
rs(Last- response.header.Last-Modified.count 7.x Number of HTTP
Modified)-count response header:
6.7.x Last-Modified
6.6.x

6.5.x
rs(Last- response.header.Last-Modified.length 7.x
Modified)-length
6.7.x Length of HTTP
response header:
6.6.x Last-Modified

6.5.x
rs(Location) response.header.Location 7.x Response header:
Location
6.7.x

6.6.x

6.5.x
rs(Location)- response.header.Location.count 7.x
count
6.7.x Number of HTTP
response header:
6.6.x Location

6.5.x

80 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Location)- response.header.Location.length 7.x Length of HTTP


length response header:
6.7.x Location
6.6.x

6.5.x
rs(Max-Forwards) response.header.Max-Forwards 7.x

6.7.x Response header:


6.6.x Max-Forwards

6.5.x
rs(Max-Forwards)- response.header: Max-Forwards.count 7.x Number of HTTP
count response header:
6.7.x Max-Forwards
6.6.x

6.5.x
rs(Max-Forwards)- response.header: Max-Forwards.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Max-Forwards

6.5.x
rs(Meter) response.header.Meter 7.x Response header:
Meter
6.7.x

6.6.x

6.5.x
rs(Meter)-count response.header.Meter.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Meter

6.5.x

81 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Meter)-length response.header.Meter.length 7.x Length of HTTP


response header:
6.7.x Meter
6.6.x

6.5.x
rs(Origin) response.header.Origin 7.x

6.7.x Response header:


6.6.x Origin

6.5.x
rs(Origin)-count response.header.Origin.count 7.x Number of HTTP
response header:
6.7.x Origin
6.6.x

6.5.x
rs(Origin)-length response.header.Origin.length 7.x

6.7.x Length of HTTP


response header:
6.6.x Origin

6.5.x
rs(P3P) response.header.P3P 7.x Response header:
P3P
6.7.x

6.6.x

6.5.x
rs(P3P)-count response.header.P3P.count 7.x

6.7.x Number of HTTP


response header:
6.6.x P3P

6.5.x

82 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(P3P)-length response.header.P3P.length 7.x Length of HTTP


response header:
6.7.x P3P
6.6.x

6.5.x
rs(Pragma) response.header.Pragma 7.x

6.7.x Response header:


6.6.x Pragma

6.5.x
rs(Pragma)-count response.header.Pragma.count 7.x Number of HTTP
response header:
6.7.x Pragma
6.6.x

6.5.x
rs(Pragma)-length response.header.Pragma.length 7.x

6.7.x Length of HTTP


response header:
6.6.x Pragma

6.5.x
rs(Proxy- response.header.Proxy-Authenticate 7.x Response header:
Authenticate) Proxy-Authenticate
6.7.x

6.6.x

6.5.x
rs(Proxy- response.header.Proxy- 7.x
Authenticate)- Authenticate.count
count 6.7.x Number of HTTP
response header:
6.6.x Proxy-Authenticate

6.5.x

83 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Proxy- response.header.Proxy- 7.x Length of HTTP


Authenticate)- Authenticate.length response header:
length 6.7.x Proxy-Authenticate
6.6.x

6.5.x
rs(Proxy- response.header.Proxy-Connection 7.x
Connection)
6.7.x Response header:
6.6.x Proxy-Connection

6.5.x
rs(Proxy- response.header.Proxy- 7.x Number of HTTP
Connection)-count Connection.count response header:
6.7.x Proxy-Connection
6.6.x

6.5.x
rs(Proxy- response.header.Proxy- 7.x
Connection)- Connection.length
length 6.7.x Length of HTTP
response header:
6.6.x Proxy-Connection

6.5.x
rs(Range) response.header.Range 7.x Response header:
Range
6.7.x

6.6.x

6.5.x
rs(Range)-count response.header.Range.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Range

6.5.x

84 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Range)-length response.header.Range.length 7.x Length of HTTP


response header:
6.7.x Range
6.6.x

6.5.x
rs(Refresh) response.header.Refresh 7.x

6.7.x Response header:


6.6.x Refresh

6.5.x
rs(Refresh)-count response.header.Refresh.count 7.x Number of HTTP
response header:
6.7.x Refresh
6.6.x

6.5.x
rs(Refresh)- response.header.Refresh.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Refresh

6.5.x
rs(Retry-After) response.header.Retry-After 7.x Response header:
Retry-After
6.7.x

6.6.x

6.5.x
rs(Retry-After)- response.header.Retry-After.count 7.x
count
6.7.x Number of HTTP
response header:
6.6.x Retry-After

6.5.x

85 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Retry-After)- response.header.Retry-After.length 7.x Length of HTTP


length response header:
6.7.x Retry-After
6.6.x

6.5.x
rs(Server) response.header.Server 7.x

6.7.x Response header:


6.6.x Server

6.5.x
rs(Server)-count response.header.Server.count 7.x Number of HTTP
response header:
6.7.x Server
6.6.x

6.5.x
rs(Server)-length response.header.Server.length 7.x

6.7.x Length of HTTP


response header:
6.6.x Server

6.5.x
rs(Set-Cookie) response.header.Set-Cookie 7.x Response header:
Set-Cookie
6.7.x

6.6.x

6.5.x
rs(Set-Cookie)- response.header.Set-Cookie.count 7.x
count
6.7.x Number of HTTP
response header:
6.6.x Set-Cookie

6.5.x

86 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Set-Cookie)- response.header.Set-Cookie.length 7.x Length of HTTP


length response header:
6.7.x Set-Cookie
6.6.x

6.5.x
rs(Set-Cookie2) response.header.Set-Cookie2 7.x

6.7.x Response header:


6.6.x Set-Cookie2

6.5.x
rs(Set-Cookie2)- response.header.Set-Cookie2.count 7.x Number of HTTP
count response header:
6.7.x Set-Cookie2
6.6.x

6.5.x
rs(Set-Cookie2)- response.header.Set-Cookie2.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Set-Cookie2

6.5.x
rs(TE) response.header.TE 7.x Response header:
TE
6.7.x

6.6.x

6.5.x
rs(TE)-count response.header.TE.count 7.x

6.7.x Number of HTTP


response header:
6.6.x TE

6.5.x

87 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(TE)-length response.header.TE.length 7.x Length of HTTP


response header:
6.7.x TE
6.6.x

6.5.x
rs(Trailer) response.header.Trailer 7.x

6.7.x Response header:


6.6.x Trailer

6.5.x
rs(Trailer)-count response.header.Trailer.count 7.x Number of HTTP
response header:
6.7.x Trailer
6.6.x

6.5.x
rs(Trailer)- response.header.Trailer.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Trailer

6.5.x
rs(Transfer- response.header.Transfer-Encoding 7.x Response header:
Encoding) Transfer-Encoding
6.7.x

6.6.x

6.5.x
rs(Transfer- response.header.Transfer- 7.x
Encoding)-count Encoding.count
6.7.x Number of HTTP
response header:
6.6.x Transfer-Encoding

6.5.x

88 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Transfer- response.header.Transfer- 7.x Length of HTTP


Encoding)-length Encoding.length response header:
6.7.x Transfer-Encoding
6.6.x

6.5.x
rs(Upgrade) response.header.Upgrade 7.x

6.7.x Response header:


6.6.x Upgrade

6.5.x
rs(Upgrade)-count response.header.Upgrade.count 7.x Number of HTTP
response header:
6.7.x Upgrade
6.6.x

6.5.x
rs(Upgrade)- response.header.Upgrade.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Upgrade

6.5.x
rs(Vary) response.header.Vary 7.x Response header:
Vary
6.7.x

6.6.x

6.5.x
rs(Vary)-count response.header.Vary.count 7.x

6.7.x Number of HTTP


response header:
6.6.x Vary

6.5.x

89 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(Vary)-length response.header.Vary.length 7.x Length of HTTP


response header:
6.7.x Vary
6.6.x

6.5.x
rs(Via) response.header.Via 7.x

6.7.x Response header:


6.6.x Via

6.5.x
rs(Via)-count response.header.Via.count 7.x Number of HTTP
response header:
6.7.x Via
6.6.x

6.5.x
rs(Via)-length response.header.Via.length 7.x

6.7.x Length of HTTP


response header:
6.6.x Via

6.5.x
rs(WWW- response.header.WWW-Authenticate 7.x response header:
Authenticate) WWW-Authenticate
6.7.x

6.6.x

6.5.x
rs(WWW- response.header.WWW- 7.x
Authenticate)- Authenticate.count
count 6.7.x Number of HTTP
response header:
6.6.x WWW-Authenticate

6.5.x

90 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(WWW- response.header.WWW- 7.x Length of HTTP


Authenticate)- Authenticate.length response header:
length 6.7.x WWW-Authenticate
6.6.x

6.5.x
rs(Warning) response.header.Warning 7.x

6.7.x Response header:


6.6.x Warning

6.5.x
rs(Warning)-count response.header.Warning.count 7.x Number of HTTP
response header:
6.7.x Warning
6.6.x

6.5.x
rs(Warning)- response.header.Warning.length 7.x
length
6.7.x Length of HTTP
response header:
6.6.x Warning

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat- 7.x Response header:
Authorization) Authorization X-BlueCoat-
6.7.x Authorization
6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat- 7.x
Authorization)- Authorization.count Number of HTTP
count 6.7.x response header: X-
6.6.x BlueCoat-
Authorization
6.5.x

91 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(X-BlueCoat- response.header.X-BlueCoat- 7.x Length of HTTP


Authorization)- Authorization.length response header: X-
length 6.7.x BlueCoat-
Authorization
6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-DMI 7.x
DMI)
6.7.x Response header:
6.6.x X-BlueCoat-DMI

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-DMI.count 7.x Number of HTTP
DMI)-count response header: X-
6.7.x BlueCoat-DMI
6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat- 7.x
DMI)-length DMI.length
6.7.x Length of HTTP
response header: X-
6.6.x BlueCoat-DMI

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-Error 7.x Response header:
Error) X-BlueCoat-Error
6.7.x

6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat- 7.x
Error)-count Error.count
6.7.x Number of HTTP
response header: X-
6.6.x BlueCoat-Error

6.5.x

92 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(X-BlueCoat- response.header.X-BlueCoat- 7.x Length of HTTP


Error)-length Error.length response header: X-
6.7.x BlueCoat-Error
6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-Serial- 7.x
Serial-Number) Number
6.7.x Response header:
X-BlueCoat-Serial-
6.6.x Number

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-Serial- 7.x Number of HTTP
Serial-Number)- Number.count response header: X-
count 6.7.x BlueCoat-Serial-
Number
6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-Serial- 7.x
Serial-Number)- Number.length Length of HTTP
length 6.7.x response header: X-
6.6.x BlueCoat-Serial-
Number
6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-Via 7.x Response header:
Via) X-BlueCoat-Via
6.7.x

6.6.x

6.5.x
rs(X-BlueCoat- response.header.X-BlueCoat-Via.count 7.x
Via)-count
6.7.x Number of HTTP
response header: X-
6.6.x BlueCoat-Via

6.5.x

93 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs(X-BlueCoat- response.header.X-BlueCoat- 7.x Length of HTTP


Via)-length Via.length response header: X-
6.7.x BlueCoat-Via
6.6.x

6.5.x

94 of 182
Symantec Corporation - SGOS 6.x and 7.x

Request/Response Details
These fields log information such as details from request lines, request header and body, statues lines, and policy-determined
quota details. Pertains to HTTP and SOCKS.

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-method method %m 7.x Request method used from client to


appliance
6.7.x

6.6.x

6.5.x
cs-protocol client.protocol 7.x

6.7.x
Protocol used in the client's request
6.6.x

6.5.x
cs-request-line http.request_line %r 7.x First line of the client's request

6.7.x

6.6.x

6.5.x
cs-version request.version %V 7.x Protocol and version from the
client's request, (for example, logs
6.7.x
"HTTP/1.1" or, in version 7.x,
6.6.x "HTTP/2").
rs-response-line 7.x First line (that is, status line) of the
response from an upstream host to
6.7.x the appliance
6.6.x

6.5.x

95 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

rs-status response.code 7.x

6.7.x Protocol status code of the


response from an upstream host to
6.6.x the appliance

6.5.x
rs-version response.version 7.x Protocol and version of the
response from an upstream host to
6.7.x the appliance (for example, logs
"HTTP/1.1" or, in version 7.x,
6.6.x
"HTTP/2").
6.5.x
sc(Content- 7.x
Encoding)
6.7.x Client Response header: Content-
6.6.x Encoding

6.5.x
sc-status %s 7.x Protocol status code from appliance
to client
6.7.x

6.6.x

6.5.x
sr(Accept- 7.x
Encoding)
6.7.x Server Request header: Accept-
6.6.x Encoding

6.5.x
x-bluecoat- 7.x Logs information about the HTTP(S)
invalid- response of it is still considered
response-headers 6.7.x invalid after normalization.
6.6.x

6.5.9.11

96 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- 7.x
normalized-
response-headers 6.7.x Logs information about any
normalization of the HTTP(S)
6.6.x response that was completed.

6.5.9.11
x-bluecoat- redirect.location 7.x Redirect location URL specified by
redirect- a redirect CPL action.
location 6.7.x

6.6.x

6.5.x
x-bluecoat- reference_id 7.x
reference-id
6.7.x Reference ID specified in the
reference_id(Rule_ID) action in a
6.6.x policy rule.

6.5.x
x-bluecoat- 7.x Logs the contents of HTTP request,
request-details- populated by http.request.log_
body 6.7.x details[body](yes) or or
http.request.log_details
6.6.4.3
[body,header] (yes) in policy.

Note: By default, only 8 kB are


captured. To increase the amount,
use either http.request.data= or
(WAF only)
http.request.inspection_size
() in policy.
x-bluecoat- 7.x Logs all HTTP headers in a request,
request-details- populated by http.request.log_
header 6.7.x details[header](yes)or
http.request.log_details
6.6.4.3 [body,header] (yes) in policy

97 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat-ssl- ssl_failure_reason 7.x Upstream SSL negotiation failure


failure-reason reason
6.7.x

6.6.x

6.5.x
x-bluecoat-time- time_quota_frequency 7.x
quota-frequency Policy-determined time quota
6.7.x frequency applicable to the
transaction.
6.6.x
x-bluecoat-time- time_quota_limit 7.x Policy-determined time quota limit
quota-limit applicable to the transaction.
6.7.x

6.6.x
x-bluecoat-time- time_quota_name 6.7.x Policy-determined name of the time
quota-name
6.6.x quota applicable to the transaction.

x-bluecoat-time- time_quota_warning_ 7.x Policy-determined time quota


quota-warning- limit warning limit applicable to the
limit 6.7.x transaction.
6.6.x
x-bluecoat- volume_quota_frequency 7.x
volume-quota- Policy-determined volume quota
frequency 6.7.x frequency applicable to the
transaction.
6.6.x
x-bluecoat- volume_quota_limit 7.x Policy-determined name of the
volume-quota- volume quota applicable to the
limit 6.7.x transaction.
6.6.x
x-bluecoat- volume_quota_name 7.x
volume-quota- Policy-determined name of the
name 6.7.x volume quota applicable to the
transaction.
6.6.x

98 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- volume_quota_warning_ 7.x Policy-determined volume quota


volume-quota- limit warning limit applicable to the
warning-limit 6.7.x transaction.
6.6.x
x-cs-http-method http.method 7.x

6.7.x HTTP request method used from


client to appliance. Empty for non-
6.6.x HTTP transactions

6.5.x
x-cs-http- http.request.version 7.x HTTP protocol version of request
version from the client. Does not include
6.7.x protocol qualifier (for example, logs
"1.1", not "HTTP/1.1").
6.6.x
In version 6.8, this logs "2" for
6.5.x
HTTP/2.
x-cs-raw- request.raw_ 7.x
headers-count headers.count
6.7.x Total number of 'raw' headers in the
6.6.x request

6.5.x
x-cs-raw- request.raw_ 7.x Total length of 'raw' headers in the
headers-length headers.length request
6.7.x

6.6.x

6.5.x
x-cs-socks-ip socks.destination_ 7.x
address
6.7.x Destination IP address of a proxied
6.6.x SOCKS request

6.5.x

99 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-socks-port socks.destination_port 7.x Destination port of a proxied


SOCKS request
6.7.x

6.6.x

6.5.x
x-cs-socks- socks.method 7.x
method
6.7.x Method of a proxied SOCKS
6.6.x request

6.5.x
x-cs-socks- socks.version 7.x Version of a proxied SOCKS
version request.
6.7.x

6.6.x

6.5.x
x-cs-socks- 7.x
compression
6.7.x Used compression in SOCKS client
6.6.x side connection.

6.5.x
x-http- 7.x The reason(s) the HTTP response
noncacheable- was not cached.
reason 6.7.x

6.6.x

6.5.x
x-rs-http- http.response.version HTTP protocol version of response
version 7.x from the upstream host. Does not
include protocol qualifier (for
6.7.x
example, logs "1.1", not
6.6.x "HTTP/1.1") .

6.5.x In version 6.8, this logs "2" for


HTTP/2.

100 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-sc-http-status http.response.code 7.x HTTP response code sent from


appliance to client
6.7.x

6.6.x

6.5.x
x-sc-http- 7.x HTTP protocol version of response
version to client. Does not include protocol
6.7.x qualifier (for example, logs "1.1", not
"HTTP/1.1") .
6.6.x
In version 6.8, this logs "2" for
6.5.x HTTP/2.
x-sr-http- 7.x HTTP protocol version of request to
version the upstream host. Does not include
6.7.x protocol qualifier (for example, logs
"1.1", not "HTTP/1.1") .
6.6.x
In version 6.8, this logs "2" for
6.5.x
HTTP/2.
x-sr-socks- 7.x
compression
6.7.x Used compression in SOCKS
6.6.x server side connection.

6.5.x

101 of 182
Client/Server Bytes

Request/Response Status
These fields pertain to ICAP status, content filtering status, threat risk status, and more.

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-categories 7.x All content categories of


the request URL
6.7.x

6.6.x

6.5.x
cs-categories- 7.x
bluecoat All content categories of
6.7.x the request URL that are
6.6.x defined by Symantec
Corporation WebFilter.
6.5.x
cs-categories- 7.x All content categories of
external the request URL that are
6.7.x defined by an external
service.
6.6.x

6.5.x
cs-categories- 7.x
local All content categories of
6.7.x the request URL that are
6.6.x defined by a Local
database.
6.5.x
cs-categories- 7.x All content categories of
policy the request URL that are
6.7.x defined by CPL.
6.6.x

6.5.x

102 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-categories- 7.x
provider All content categories of
6.7.x the request URL that are
6.6.x defined by the current third-
party provider.
6.5.x
cs-categories- 7.x All content categories of
qualified the request URL, qualified
6.7.x by the provider of the
category.
6.6.x

6.5.x
cs-category 7.x

6.7.x Single content category of


the request URL ("sc-filter-
6.6.x category " on page 107).

6.5.x
cs-category- 7.x All content category groups
groups- of the request URL that are
bluecoat defined by the Blue Coat
provider (if enabled).
cs-http- All content categories of
connect- 7.2.x the host name in the HTTP
categories CONNECT request.
cs-http- 7.2.x All content categories of
connect- the host name in the HTTP
categories- CONNECT request that
bluecoat are defined by Symantec
(Blue Coat) Web Filter.
cs-http- All content categories of
connect- the host name in the HTTP
categories- 7.2.x CONNECT request that
external are defined by an external
service.

103 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-http- All content categories of


connect- the host name in the HTTP
categories- 7.2.x CONNECT request that
local are defined by a Local
database.
cs-http- All content categories of
connect- the host name in the HTTP
7.2.x
categories- CONNECT request that
policy are defined by CPL.
cs-http- 7.2.x All content categories of
connect- the host name in the HTTP
categories- CONNECT request that
provider are defined by the current
third-party provider.
cs-http- All content categories of
connect- the host name in the HTTP
categories- 7.2.x CONNECT request,
qualified qualified by the provider of
the category.
cs-http- 7.2.x Single content category of
connect- the host name in the HTTP
category CONNECT request ("sc-
filter-category " on
page 107).
cs-icap-error- request.icap.error_details 7.x
details REQMOD ICAP error
6.7.x
details
6.6.x
cs-icap-error- request.icap.error_code 7.x REQMOD ICAP error code
code
6.7.x

6.6.x
cs-icap-status %Z 7.x

6.7.x ICAP REQMOD status

6.6.x

104 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-threat-risk url.threat_risk.level 7.x Threat risk level of the


request URL.
6.7.x

6.6.x
cs-uri- 7.x
categories
6.7.x All content categories of
6.6.x the request URL

6.5.x
cs-uri- 7.x All content categories of
categories- the request URL that are
bluecoat 6.7.x defined by the Blue Coat
provider.
6.6.x

6.5.x
cs-uri- 7.x
categories- All content categories of
external 6.7.x the request URL that are
6.6.x defined by an external
service.
6.5.x
cs-uri- 7.x All content categories of
categories- the request URL that are
local 6.7.x defined by a Local
database.
6.6.x

6.5.x
cs-uri- 7.x
categories-
policy 6.7.x All content categories of
the request URL that are
6.6.x defined by CPL.

6.5.x

105 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-uri- 7.x All content categories of


categories- the request URL that are
provider 6.7.x defined by the current third-
party provider.
6.6.x

6.5.x
cs-uri- 7.x
categories- All content categories of
qualified 6.7.x the request URL, qualified
6.6.x by the provider of the
category.
6.5.x
cs-uri- 7.x Single content category of
category the request URL ("sc-filter-
6.7.x category " on the next
page)
6.6.x

6.5.x
rs-icap-error- response.icap.error_details 7.x
details RESPMOD ICAP error
6.7.x
details
6.6.x
rs-icap-error- 7.x RESPMOD ICAP error
code code
6.7.x

6.6.x
rs-icap-status %Z 6.7.x
ICAP RESPMOD status
6.6.x
s-action %w 7.x Type of action the
appliance took to process
6.7.x this request; possible
values include ALLOWED,
6.6.x
DENIED, FAILED,
6.5.x SERVER_ERROR

106 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

s-cpu-util 7.x

6.7.x Average load on the proxy's


6.6.x processor (0%-100%)

6.5.x
s-icap-info %Z 7.x ICAP response information

6.7.x

6.6.x

6.5.x
s-icap-status %z Deprecated ICAP response
6.5.x
status
sc-filter- category %f 7.x Content filtering category of
category the request URL
6.7.x

6.6.x

6.5.x
sc-filter-
Content filtering category
category- 7.x
groups of the request URL.
groups
sc-filter- %W 7.x Deprecated content filtering
result result: Denied, Proxied or
6.7.x Observed
6.6.x

6.5.x
sr-threat-risk server_url.threat_risk.level 7.x
Threat risk level of the
6.7.x
server URL
6.6.x
x-bluecoat- 7.x Access Security policy
access- action
security-
policy-action

107 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat-
access- Access Security policy
7.x
security- reason
policy-reason
x-bluecoat- request.application.groups 7.x Reports the application
application- group or groups
groups 6.7.2.1

x-bluecoat- request.application.name 7.x


application-
name url.application.name (in older 6.7.x Reports the application
versions)
6.6.x name

6.5.x
x-bluecoat- request.application.operation 7.x Reports the operation of an
application- application
operation url.application.operation (in 6.7.x
older versions)
6.6.x

6.5.x
x-bluecoat- client.location.name 7.x
location-name
6.7.x Cloud service location
6.6.x name of the ProxySG

6.5.x
x-bluecoat- response.categories 6.5.x Deprecated field for
response- response.categories
categories
x-bluecoat- release.id 7.x
release-id
6.7.x
The SGOS release ID
6.6.x

6.5.x

108 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- release.version 7.x The SGOS release


release- versionof the ProxySG
version 6.7.x operating system
6.6.x

6.5.x
x-cloud-rs 7.x Summary of RS server
processing in the form (<rs-
6.7.x
ratings>:<rating-
6.6.x source>:<rating-label>).
x-cs- request.application.groups 7.x Application groups of the
application- request
groups 6.7.x

x-cs- request.application.name 7.x


application- WebPulse application
name 6.7.x name classification of the
request
6.6.x
x-cs- request.application.operation 7.x WebPulse application
application- operation classification of
operation 6.7.x the request
6.6.x
x-cs(Origin)- All content categories of
7.x
uri-categories the Origin header URL
x-cs(Origin)- 7.x All content categories of
uri- the Origin header URL that
categories- are defined by Symantec
bluecoat WebFilter
x-cs(Origin)- All content categories of
uri- the Origin header URL that
7.x
categories- are defined by a Local
local database
x-cs(Origin)- 7.x All content categories of
uri- the Origin header URL that
categories- are defined by CPL
policy

109 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs(Origin)- All content categories of


uri- the Origin header URL that
7.x
categories- are defined by the current
provider third-party provider
x-cs(Origin)- 7.x All content categories of
uri- the Origin header URL,
categories- qualified by the provider of
qualified the category
x-cs(Origin)- Single content category of
uri-category the Origin header URL
7.x
(same as "sc-filter-category
" on page 107)
x-cs(Origin)- request.header.Origin.url.threat_ 7.x Threat risk level of the
uri-threat- risk.level Origin header URL
risk
x-cs(Referer)- 7.x
uri-categories
6.7.x All content categories of
6.6.x the Referer header URL

6.5.x
x-cs(Referer)- 7.x All content categories of
uri- the Referer header URL
categories- 6.7.x that are defined by
bluecoat Symantec Corporation
6.6.x
WebFilter.
6.5.x
x-cs(Referer)- 7.x
uri- All content categories of
categories- 6.7.x the Referer header URL
local that are defined by a Local
6.6.x
database.
6.5.x
x-cs(Referer)- 7.x All content categories of
uri- the Referer header URL
categories- 6.7.x that are defined by CPL.
policy
6.6.x

6.5.x

110 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs(Referer)- 7.x
uri- All content categories of
categories- 6.7.x the Referer header URL
provider that are defined by the
6.6.x
current third-party provider.
6.5.x
x-cs(Referer)- 7.x All content categories of
uri- the Referer header URL,
categories- 6.7.x qualified by the provider of
qualified the category.
6.6.x

6.5.x
x-cs(Referer)- 7.x
uri-category Single content category of
6.7.x the Referer header URL
6.6.x ("sc-filter-category " on
page 107)
6.5.x
x-cs(Referer)- request.header. 7.x Threat risk level of the
uri-threat- Referer.url.threat_risk.level Referer header URL.
risk 6.7.x

6.6.x

6.5.x
x-data-leak- data_leak_detected 7.x
detected Whether a data leak has
6.7.x occurred, according to the
ICAP response.
6.6.5.2
x-exception- exception.category 7.x Defines the content
category category that caused the
6.7.x triggering of the exception
6.6.x

6.5.x

111 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-exception- exception.category_review_message 7.x


category- Exception page message
review-message 6.7.x that includes a link allowing
6.6.x content categorization to be
reviewed and/or disputed.
6.5.x
x-exception- exception.category_review_url 7.x URL where content
category- categorizations can be
review-url 6.7.x reviewed and/or disputed.
6.6.x

6.5.x
x-exception- exception.company_name 7.x
company-name
6.7.x The company name
configured under
6.6.x exceptions

6.5.x
x-exception- exception.contact 7.x Describes who to contact
contact when certain classes of
6.7.x exceptions occur,
configured under
6.6.x
exceptions (empty if the
6.5.x transaction has not been
terminated)
x-exception- exception.details 7.x
details The configurable details of
6.7.x a selected policy-aware
response page (empty if the
6.6.x transaction has not been
terminated)
6.5.x
x-exception- exception.header 7.x The header to be
header associated with an
6.7.x exception response (empty
if the transaction has not
6.6.x
been terminated)
6.5.x

112 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-exception- exception.help 7.x


help Help text that accompanies
6.7.x the exception resolved
6.6.x (empty if the transaction
has not been terminated)
6.5.x
x-exception-id exception.id 7.x Identifier of the exception
resolved (empty if the
6.7.x transaction has not been
terminated)
6.6.x

6.5.x
x-exception- exception.last_error The last error recorded for
7.x
last-error the current transaction.
6.7.x This can provide insight
when unexpected problems
6.6.x are occurring (empty if the
transaction has not been
6.5.x
terminated)
x-exception- exception.reason 7.x Indicates the reason why a
reason particular request was
6.7.x terminated (empty if the
transaction has not been
6.6.x
terminated)
6.5.x
x-exception- exception.sourcefile 7.x
sourcefile Source filename from
6.7.x which the exception was
generated (empty if the
6.6.x transaction has not been
terminated)
6.5.x
x-exception- exception.sourceline 7.x Source file line number
sourceline from which the exception
6.7.x was generated (empty if the
transaction has not been
6.6.x
terminated)
6.5.x

113 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-exception- exception.summary 7.x


summary Summary of the exception
6.7.x resolved (empty if the
6.6.x transaction has not been
terminated)
6.5.x
x-icap-error- icap_error_code 7.x ICAP error code
code
6.7.x

6.6.x

6.5.x
x-icap-error- icap_error_details 7.x
details
6.7.x Deprecated ICAP error
6.6.x details

6.5.x
x-icap-reqmod- icap_reqmod.header.<header_name> 7.x Content Analysis header
header values for ICAP REQMOD.
(<header_ 6.7.x
name>)
6.6.4.1

6.5.9.2
x-icap- icap_respmod.header.<header_name> 7.x
respmod-header
(<header_ 6.7.x Content Analysis header
name>) values for ICAP
6.6.4.1 RESPMOD.

6.5.9.2
x-patience- patience_javascript 7.x Javascript required to allow
javascript patience responses
6.7.x

6.6.x

6.5.x

114 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-patience- patience_progress 7.x


progress
6.7.x The progress of the
6.6.x patience request

6.5.x
x-patience- patience_time 7.x The elapsed time of the
time patience request
6.7.x

6.6.x

6.5.x
x-patience-url patience_url 7.x

6.7.x The url to be requested for


6.6.x more patience information

6.5.x
x-virus- icap_virus_details 7.x Details of a virus if one was
details detected
6.7.x

6.6.x

6.5.x
x-virus-id icap_virus_id 7.x

6.7.x Identifier of a virus if one


6.6.x was detected

6.5.x

115 of 182
Client/Server Bytes

SSL
These fields pertain to SSL connections.

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs- client.certificate.common_name 7.x Common name in


certificate- the client certificate
common-name 6.7.x

6.6.x

6.5.x
x-cs- 7.x
certificate-
issuer 6.7.x Issuer of the
certificate presented
6.6.x by the client

6.5.x
x-cs- 7.x Public key algorithm
certificate- in the certificate
pubkey- 6.7.x presented by the
algorithm client
6.6.x

6.5.x
x-cs- 7.x
certificate-
serial-number 6.7.x Serial number of the
certificate presented
6.6.x by the client

6.5.x
x-cs- 7.x Signature algorithm
certificate- in the certificate
signature- 6.7.x presented by the
algorithm client
6.6.x

6.5.x

116 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs- client.certificate.subject 7.x


certificate-
subject 6.7.x Subject of the
certificate presented
6.6.x by the client

6.5.x
x-cs- 7.x Date from which the
certificate- certificate presented
valid-from 6.7.x by the client is valid
6.6.x

6.5.x
x-cs- 7.x
certificate-
valid-to 6.7.x Date until which the
certificate presented
6.6.x by the client is valid

6.5.x
x-cs- 7.x Version of the
certificate- certificate presented
version 6.7.x by the client
6.6.x

6.5.x
x-cs-ocsp- 7.x
error
6.7.x Errors observed
during OCSP check
6.6.x of client certificate

6.5.x

117 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-server- 7.x Certificate type and


certificate- size in bytes of
key-size 6.7.4.x server certificate key
used by client-side
6.6.5.14
connection, such as
6.5.10.7 "RSA[2048]".

This field includes an


incorrect value in
cases where the
session is resumed.
x-cs-session- SHA256 hash of the
hash session ticket issued
7.3.x to or resumed by the
client for the current
SSL session.
x-cs-session- 7.x The SSL session ID
id on the client side
6.7.4.x returned or resumed
by the appliance for
6.6.5.14
the current SSL
6.5.10.7 session.
x-rs- server.certificate.hostname 7.x
certificate-
hostname 6.7.x Hostname from the
server's SSL
6.6.x certificate

6.5.x
x-rs- 7.x All content
certificate- categories of the
hostname- 6.7.x server's SSL
categories certificate's
6.6.x
hostname
6.5.x

118 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-rs- All content


certificate- 7.x categories of the
hostname- server's SSL
categories- 6.7.x certificate's
bluecoat
6.6.x hostname that are
defined by Symantec
6.5.x Corporation Web
Filter.
x-rs- 7.x All content
certificate- categories of the
hostname- 6.7.x server's SSL
categories- certificate's
6.6.x
local hostname that are
6.5.x defined by a Local
database.
x-rs- 7.x All content
certificate- categories of the
hostname- 6.7.x server's SSL
categories- certificate's
6.6.x
policy hostname that are
6.5.x defined by CPL.
x-rs- 7.x All content
certificate- categories of the
hostname- 6.7.x server's SSL
categories- certificate's
6.6.x
provider hostname that are
6.5.x defined by the
current third-party
provider.
x-rs- All content
7.x
certificate- categories of the
hostname- 6.7.x server's SSL
categories- certificate's
qualified 6.6.x hostname, qualified
by the provider of the
6.5.x
category.

119 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-rs- server.certificate.hostname.category 7.x Single content


certificate- category of the
hostname- 6.7.x server's SSL
category certificate's
6.6.x
hostname
6.5.x
x-rs- server.certificate.hostname.threat_ 7.x Threat risk level of
certificate- risk.level the server's SSL
hostname- 6.7.x
certificate's
threat-risk hostname.
6.6.x
x-rs- 7.x Issuer of the
certificate- certificate presented
issuer 6.7.x by the server
6.6.x

6.5.x
x-rs- 7.x
certificate-
observed- 6.7.x Errors observed in
errors the server certificate
6.6.x

6.5.x
x-rs- 7.x Public key algorithm
certificate- in the certificate
pubkey- 6.7.x presented by the
algorithm server
6.6.x

6.5.x
x-rs- 7.x
certificate-
serial-number 6.7.x Serial number of the
certificate presented
6.6.x by the server

6.5.x

120 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-rs- 7.x Signature algorithm


certificate- in the certificate
signature- 6.7.x presented by the
algorithm server
6.6.x

6.5.x
x-rs- 7.x
certificate-
valid-from 6.7.x Date from which the
certificate presented
6.6.x by the server is valid

6.5.x
x-rs- 7.x Date until which the
certificate- certificate presented
valid-to 6.7.x by the server is valid
6.6.x

6.5.x
x-rs- 7.x
certificate-
validate- 6.7.x Result of validating
status server SSL
6.6.x certificate

6.5.x
x-rs- 7.x Version of the
certificate- certificate presented
version 6.7.x by the server
6.6.x

6.5.x
x-rs- server.certificate.subject 7.x
certificate-
subject 6.7.x Subject of the
certificate presented
6.6.x by the server

6.5.x

121 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-rs- client.certificate.requested 7.x Logs "1" if the server


connection- requested a client
client- 6.7.x certificate;
certificate- otherwise, logs "0".
6.6.x
requested
6.5.x
x-rs-ocsp- 7.x
error
6.7.x Errors observed
during OCSP check
6.6.x of server certificate

6.5.x
x-rs-server- 7.x Certificate type and
certificate- size in bytes of
key-size 6.7.4.x server certificate key
used by server-side
6.6.5.14
connection, such as
6.5.10.7 "RSA[2048]"
x-rs-session- SHA256 hash of the
hash session ticket
7.3.x returned or resumed
by the server for the
current SSL session.
x-rs-session- 7.x The SSL session ID
id returned or resumed
6.7.4.x by the server for the
current SSL session.
6.6.5.14

6.5.10.7
x-sr- server.connection.client_keyring 7.x
connection-
client-keyring 6.7.x Client keyring
selected for client
6.6.x certificate.

6.5.x

122 of 182
Symantec Corporation - SGOS 6.x and 7.x

Time
These fields pertain to absolute times.

ELFF CPL Custom Introduced Description


in SGOS
versions

date date.utc %x 7.x GMT date in YYYY-MM-DD format

6.7.x

6.6.x

6.5.x
gmttime %t 7.x

6.7.x GMT date and time of the user


request in format:
6.6.x [DD/MM/YYYY:hh:mm:ss GMT]

6.5.x
localtime %L 7.x Local date and time of the user
request in format:
6.7.x [DD/MMM/YYYY:hh:mm:ss +nnnn]
6.6.x

6.5.x
time time.utc %y 7.x

6.7.x
GMT time in HH:MM:SS format
6.6.x

6.5.x
timestamp %g 7.x Unix type timestamp

6.7.x

6.6.x

6.5.x
x-bluecoat- 7.x Authentication start time offset (ms)
authentication-
6.7.4.2 from the start of the transaction
start-time

123 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- 7.x Time (ms) required to authenticate


authentication- the user
time 6.7.4.2

x-bluecoat- 7.x Authorization start time offset (ms)


authorization-
6.7.4.2 from the start of the transaction
start-time
x-bluecoat- 7.x Time (ms) required to authorize the
authorization-time user
6.7.4.2
x-bluecoat-ch- 7.x CH evaluation start time offset (ms)
start-time
6.7.4.2 from the start of the transaction

x-bluecoat-ci- 7.x CI evaluation start time offset (ms)


start-time from the start of the transaction
6.7.4.2
x-bluecoat-co- 7.x CO evaluation start time offset (ms)
start-time
6.7.4.2 from the start of the transaction

x-bluecoat-day day 7.x Localtime day (as a number)


formatted to take up two spaces (e.g.
6.7.x 07 for the 7th of the month)
6.6.x

6.5.x
x-bluecoat-day-utc day.utc 7.x

6.7.x GMT/UTC day, formatted as a two-


digit number (for example, 07 for the
6.6.x 7th day of the month)

6.5.x
x-bluecoat-hour hour 7.x Localtime hour formatted to always
take up two spaces (e.g. 01 for 1AM)
6.7.x

6.6.x

6.5.x

124 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat-hour- hour.utc 7.x


utc
6.7.x GMT/UTC hour in 24-hour notation,
formatted as a two-digit number (for
6.6.x example, 01 for AM and 13 for 1 PM)

6.5.x
x-bluecoat-icap- 7.x Time taken (in milliseconds) to
reqmod-delay-time connect to ICAP reqmod service
6.7.4.2
x-bluecoat-icap- 7.x Time taken (in milliseconds) for ICAP
reqmod-service-
6.7.4.2 reqmod service once connected
time
x-bluecoat-minute minute 7.x Localtime minute formatted to always
take up two spaces (e.g. 01 for 1
6.7.x minute past)
6.6.x

6.5.x
x-bluecoat-minute- minute.utc 7.x
utc
6.7.x GMT/UTC minute, formatted as a
two-digit number (for example, 01 for
6.6.x 1 minute past the hour)

6.5.x
x-bluecoat-month month 7.x Localtime month (as a number)
formatted to take up two spaces (e.g.
6.7.x 01 for January)
6.6.x

6.5.x
x-bluecoat-month- month.utc 7.x
utc
6.7.x GMT/UTC month, formatted as a
two-digit number (for example, 01 for
6.6.x January and 10 for October)

6.5.x

125 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- monthname 7.x Localtime month in the short-form


monthname string representation (e.g. Jan for
6.7.x January)
6.6.x

6.5.x
x-bluecoat- monthname.utc 7.x
monthname-utc
6.7.x GMT/UTC month as abbreviated
6.6.x string (for example, Jan for January)

6.5.x
x-bluecoat-nc- 7.x NC evaluation start time offset (ms)
start-time from the start of the transaction
6.7.4.2
x-bluecoat-second second 7.x

6.7.x Localtime second formatted to


always take up two spaces (e.g. 01
6.6.x for 1 second past)

6.5.x
x-bluecoat-second- second.utc 7.x GMT/UTC second formatted to
utc always take up two spaces (e.g. 01
6.7.x for 1 second past)
6.6.x

6.5.x
x-bluecoat-si- 7.x SI evaluation start time offset (ms)
start-time
6.7.4.2 from the start of the transaction

x-bluecoat-so- 7.x SO evaluation start time offset (ms)


start-time from the start of the transaction
6.7.4.2
x-bluecoat-weekday weekday 7.x

6.7.x Localtime weekday in the short-form


string representation (e.g. Mon for
6.6.x Monday)

6.5.x

126 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- weekday.utc 7.x GMT/UTC weekday in the short-form


weekday-utc string representation (e.g. Mon for
6.7.x Monday)
6.6.x

6.5.x
x-bluecoat-year year 7.x

6.7.x Localtime year formatted to always


6.6.x take up four spaces

6.5.x
x-bluecoat-year- year.utc 7.x GMT/UTC year formatted to always
utc take up four spaces
6.7.x

6.6.x

6.5.x
x-cookie-date cookie_date 7.x

6.7.x
Current date in Cookie time format
6.6.x

6.5.x
x-http-date http_date 7.x Current date in HTTP time format

6.7.x

6.6.x

6.5.x
x-timestamp-unix 7.x

6.7.x Seconds since UNIX epoch (Jan 1,


6.6.x 1970) (local time)

6.5.x

127 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-timestamp-unix- 7.x Seconds since UNIX epoch (Jan 1,


utc 1970) (GMT/UTC)
6.7.x

6.6.x

6.5.x

These fields pertain to policy transaction times.

ELFF CPL Custom Introduced in Description


SGOS
versions

connect-time 7.x Total ms required to connect to


the OCS
6.7.x

6.6.x

6.5.x
cs-categorization- 7.x
time
6.7.x Time taken (in milliseconds) to
6.6.x categorize the request URL.

6.5.x
cs-categorization- 7.x Time taken (in milliseconds) to
time-dynamic dynamically categorize the
6.7.x request URL
6.6.x

6.5.x
cs-categorization- 7.x
time-static
6.7.x Time taken (in milliseconds) to
statically categorize the request
6.6.x URL

6.5.x

128 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

cs-request-time 7.x Time taken (in milliseconds)


between NC and CI checkpoints
6.7.x

6.6.x

6.5.x
dnslookup-time 7.x

6.7.x Total ms cache required to


6.6.x perform the DNS lookup

6.5.x
duration %T 7.x Time taken, in seconds, to
process the request
6.7.x

6.6.x

6.5.x
rs-download-time- 7.x
taken
6.7.x Total time taken (in milliseconds)
to receive the complete response
6.6.x from the origin content server

6.5.x
rs-service-latency 7.x Total ms required to connect and
receive first response byte from
6.7.x the origin server
6.6.x

6.5.x
rs-service-time- 7.x
taken
6.7.x Total time taken (in milliseconds)
to receive the first response byte
6.6.x from the origin content server.

6.5.x

129 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

rs-time-taken 7.x Total time taken (in milliseconds)


to send the request and receive
6.7.x the response from the origin
server
6.6.x

6.5.x
sc-time-taken 7.x

6.7.x Total time taken (in milliseconds)


6.6.x to return the response to the client

6.5.x
time-taken %e 7.x Time taken (in milliseconds) to
process the request (from the first
6.7.x byte of client request data
received by the proxy, to the last
6.6.x
byte sent by the proxy to the
6.5.x client, including all of the delays
by ICAP, and so on).
x-bluecoat-ch- 7.x
evaluation-time
6.7.x Time taken (in milliseconds) to
6.6.x evaluation policy at CH

6.5.x
x-bluecoat-ci- 7.x Time taken (in milliseconds) to
evaluation-time evaluation policy at CI
6.7.x

6.6.x

6.5.x
x-bluecoat-co- 7.x
evaluation-time
6.7.x Time taken (in milliseconds) to
6.6.x evaluation policy at CO

6.5.x

130 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

x-bluecoat-cot- 7.x Time taken (in milliseconds) to


evaluation-time evaluation policy at COT
6.7.x

6.6.x

6.5.x
x-bluecoat-end-time- 7.x
mssql
6.7.x End local time of the transaction
6.6.x represented as a serial date time

6.5.x
x-bluecoat-end-time- 7.x End local time of the transaction
wft represented as a windows file
6.7.x time
6.6.x

6.5.x
x-bluecoat-icap- 7.x
respmod-delay-time
6.7.x Time taken (in milliseconds) to
6.6.x connect to ICAP respmod service

6.5.x
x-bluecoat-icap- 7.x Time taken (in milliseconds) for
respmod-service-time ICAP respmod service once
6.7.x connected
6.6.x

6.5.x
x-bluecoat-nc- 7.x
evaluation-time
6.7.x Time taken (in milliseconds) to
6.6.x evaluation policy at NC

6.5.x

131 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

x-bluecoat-request- 7.x Time from CI start to server


latency connection start
6.7.x

6.6.x

6.5.x
x-bluecoat-response- 7.x
first-byte-latency
6.7.x Time from first response byte
received from server to first
6.6.x response byte sent to client

6.5.x
x-bluecoat-response- 7.x Time from last response byte
last-byte-latency received from server to last
6.7.x response byte sent to client
6.6.x

6.5.x
x-bluecoat-si- 7.x
evaluation-time
6.7.x Time taken (in milliseconds) to
6.6.x evaluate policy at SI

6.5.x
x-bluecoat-so- 7.x Time taken (in milliseconds) to
evaluation-time evaluate policy at SO
6.7.x

6.6.x

6.5.x
x-bluecoat-start- 7.x
time-mssql
6.7.x Start local time of the transaction
6.6.x represented as a serial date time

6.5.x

132 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

x-bluecoat-start- 7.x Start local time of the transaction


time-wft represented as a windows file
6.7.x time
6.6.x

6.5.x
x-bluecoat-total- 7.x
policy-evaluation-
time 6.7.x Total time spent evaluating policy
6.6.x for this transaction

6.5.x
x-bluecoat-total- 7.x Total of request latency and
time-added response latency to last byte
6.7.x

6.6.x

6.5.x
x-client-dnslookup- 6.7.5.8 Total time taken (in ms) to perform
time
7.4.2.1 the client DNS lookup.

x-server-dnslookup- 6.7.5.8 Total time taken (in ms) to perform


time the server DNS lookup.
7.2.4.1

133 of 182
Client/Server Bytes

URL
These fields pertain to the requested URL.

ELFF CPL Custom Introduced Description


in SGOS
versions

c-uri url 7.x The original URL


requested.
6.7.x

6.6.x

6.5.x
c-uri-address url.address 7.x IP address from the
original URL
6.7.x requested. DNS is
6.6.x used if the URL is
expressed as a
6.5.x hostname.
c-uri-cookie- url.cookie_domain 7.x The cookie domain of
domain the original URL
6.7.x requested
6.6.x

6.5.x
c-uri- url.extension 7.x
extension
6.7.x Document extension
from the original URL
6.6.x requested

6.5.x
c-uri-host url.host 7.x Hostname from the
original URL
6.7.x requested
6.6.x

6.5.x

134 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

c-uri- url.hostname 7.x Hostname from the


hostname original URL
6.7.x requested. RDNS is
6.6.x used if the URL is
expressed as an IP
6.5.x address
c-uri-path url.path 7.x Path of the original
URL requested
6.7.x without query.
6.6.x

6.5.x
c-uri- url.pathquery 7.x
pathquery
6.7.x Path and query of the
original URL
6.6.x requested

6.5.x
c-uri-port url.port 7.x Port from the original
URL requested
6.7.x

6.6.x

6.5.x
c-uri-query url.query 7.x

6.7.x Query from the


original URL
6.6.x requested

6.5.x
c-uri-scheme url.scheme 7.x Scheme of the original
URL requested
6.7.x

6.6.x

6.5.x

135 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

c-uri-stem 7.x

6.7.x Stem of the original


6.6.x URL requested

6.5.x
cs-host %v 7.x Hostname from the
client's request URL.
6.7.x If URL rewrite policies
are used, this field's
6.6.x
value is derived from
the 'log' URL
cs-uri log_url %i 7.x

6.7.x
The 'log' URL.
6.6.x

6.5.x
cs-uri- log_url.address 7.x IP address from the
address 'log' URL. DNS is
6.7.x used if URL uses a
hostname.
6.6.x

6.5.x
cs-uri- log_url.extension 7.x
extension
6.7.x Document extension
6.6.x from the 'log' URL.

6.5.x
cs-uri-host log_url.host 7.x Hostname from the
'log' URL.
6.7.x

6.6.x

6.5.x

136 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-uri- log_url.hostname 7.x


hostname Hostname from the
6.7.x 'log' URL. RDNS is
6.6.x used if the URL uses
an IP address.
6.5.x
cs-uri-path log_url.path %U 7.x Path from the 'log'
URL. Does not
6.7.x include query.
6.6.x

6.5.x
cs-uri- log_url.pathquery 7.x
pathquery
6.7.x Path and query from
6.6.x the 'log' URL.

6.5.x
cs-uri-port log_url.port 7.x Port from the 'log'
URL.
6.7.x

6.6.x

6.5.x
cs-uri-query log_url.query %Q 7.x

6.7.x Query from the 'log'


6.6.x URL.

6.5.x
cs-uri-scheme log_url.scheme 7.x Scheme from the 'log'
URL.
6.7.x

6.6.x

6.5.x

137 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-uri-stem 7.x Stem from the 'log'


URL. The stem
6.7.x includes everything up
6.6.x to the end of path, but
does not include the
6.5.x query.
s-uri cache_url 7.x The URL used for
cache access
6.7.x

6.6.x

6.5.x
s-uri-address cache_url.address 7.x IP address from the
URL used for cache
6.7.x access. DNS is used
6.6.x if the URL is
expressed as a
6.5.x hostname
s-uri- cache_url.extension 7.x Document extension
extension from the URL used for
6.7.x cache access
6.6.x

6.5.x
s-uri-host cache_url.host 7.x

6.7.x Hostname from the


URL used for cache
6.6.x access

6.5.x
s-uri- cache_url.hostname 7.x Hostname from the
hostname URL used for cache
6.7.x access. RDNS is
used if the URL uses
6.6.x
an IP address
6.5.x

138 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

s-uri-path cache_url.path 7.x

6.7.x Path of the URL used


6.6.x for cache access

6.5.x
s-uri- cache_url.pathquery 7.x Path and query of the
pathquery URL used for cache
6.7.x access
6.6.x

6.5.x
s-uri-port cache_url.port 7.x

6.7.x Port from the URL


used for cache
6.6.x access

6.5.x
s-uri-query cache_url.query 7.x Query string of the
URL used for cache
6.7.x access
6.6.x

6.5.x
s-uri-scheme cache_url.scheme 7.x

6.7.x Scheme from the URL


used for cache
6.6.x access

6.5.x
s-uri-stem 7.x Stem of the URL used
for cache access
6.7.x

6.6.x

6.5.x

139 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

sr-uri server_url 7.x

6.7.x URL of the upstream


6.6.x request

6.5.x
sr-uri- server_url.address 7.x IP address from the
address URL used in the
6.7.x upstream request.
DNS is used if the
6.6.x
URL is expressed as
6.5.x a hostname.
sr-uri- server_url.extension 7.x
extension
6.7.x Document extension
from the URL used in
6.6.x the upstream request

6.5.x
sr-uri-host server_url.host 7.x Hostname from the
URL used in the
6.7.x upstream request
6.6.x

6.5.x
sr-uri- server_url.hostname 7.x Hostname from the
hostname URL used in the
6.7.x upstream request.
6.6.x RDNS is used if the
URL is expressed as
6.5.x an IP address.
sr-uri-path server_url.path 7.x Path from the
upstream request
6.7.x URL
6.6.x

6.5.x

140 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

sr-uri- server_url.pathquery 7.x


pathquery
6.7.x Path and query from
the upstream request
6.6.x URL

6.5.x
sr-uri-port server_url.port 7.x Port from the URL
used in the upstream
6.7.x request.
6.6.x

6.5.x
sr-uri-query server_url.query 7.x

6.7.x Query from the


upstream request
6.6.x URL

6.5.x
sr-uri-scheme server_url.scheme 7.x Scheme from the URL
used in the upstream
6.7.x request
6.6.x

6.5.x
sr-uri-stem 7.x

6.7.x Path from the


upstream request
6.6.x URL

6.5.x
x-bluecoat- 7.x The FSH signature
fsh-hash
6.7.x

6.6.x
x-bluecoat- 7.x
fsh-uri
6.7.x The FSH URL

6.6.x

141 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs 7.x Stem from the


(Referer)- 'Referer' URL. The
uri-stem 6.7.x stem includes
everything up to the
6.6.x
end of path, but does
not include the query.
x-cs-raw-uri raw_url 7.x
The 'raw' request
6.7.x
URL.
6.6.x
x-cs-raw-uri- raw_url.host 7.x Hostname from the
host 'raw' URL.
6.7.x

6.6.x
x-cs-raw-uri- raw_url.port 7.x
port Port string from the
6.7.x
'raw' URL.
6.6.x
x-cs-raw-uri- raw_url.scheme 7.x Scheme string from
scheme the 'raw' URL.
6.7.x

6.6.x
x-cs-raw-uri- raw_url.path 7.x
path Path from the 'raw'
6.7.x request URL. Does
not include query.
6.6.x
x-cs-raw-uri- raw_url.pathquery 7.x Path and query from
pathquery the 'raw' request URL.
6.7.x

6.6.x
x-cs-raw-uri- raw_url.query 7.x
query Query from the 'raw'
6.7.x
request URL.
6.6.x

142 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-raw-uri- 7.x Stem from the 'raw'


stem request URL. The
6.7.x stem includes
everything up to the
6.6.x
end of path, but does
not include the query.
x-cs request.header.Referer.url 7.x
(Referer)-uri The URL from the
6.7.x
Referer header.
6.6.x
x-cs request.header.Referer.url.address 7.x IP address from the
(Referer)- 'Referer' URL. DNS is
uri-address 6.7.x used if URL uses a
hostname.
6.6.x
x-cs request.header.Referer.url.extension 7.x
(Referer)- Document extension
uri-extension 6.7.x from the 'Referer'
URL.
6.6.x
x-cs request.header.Referer.url.host 7.x Hostname from the
(Referer)- 'Referer' URL.
uri-host 6.7.x

6.6.x
x-cs request.header.Referer.url.hostname 7.x Hostname from the
(Referer)- 'Referer' URL. RDNS
uri-hostname 6.7.x
is used if the URL
6.6.x uses an IP address.
x-cs request.header.Referer.url.path 7.x Path from the
(Referer)- 'Referer' URL. Does
uri-path 6.7.x not include query.
6.6.x
x-cs request.header.Referer.url.pathquery 7.x
(Referer)- Path and query from
uri-pathquery 6.7.x
the 'Referer' URL.
6.6.x

143 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs request.header.Referer.url.port 7.x Port from the 'Referer'


(Referer)- URL.
uri-port 6.7.x

6.6.x
x-cs request.header.Referer.url.query 7.x
(Referer)- Query from the
uri-query 6.7.x
'Referer' URL.
6.6.x
x-cs request.header.Referer.url.scheme 7.x Scheme from the
(Referer)- 'Referer' URL.
uri-scheme 6.7.x

6.6.x

144 of 182
Symantec Corporation - SGOS 6.x and 7.x

User Authentication
These fields pertain to authenticated user and group details.

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-auth-group group 7.x One group that an


authenticated user belongs
6.7.x to. If a user belongs to
multiple groups, the group
6.6.x
logged is determined by the
Group Log Order
configuration specified in
VPM. If Group Log Order is
not specified, an arbitrary
group is logged. Note that
only groups referenced by
policy are considered.
cs-auth-groups groups %B 7.x List of groups that an
authenticated user belongs
6.7.x to. Note that only groups
referenced by policy are
6.6.x included.
cs-auth-type 7.x Provides the authentication
credential types offered to
6.7.x the client by the appliance—
Basic, Kerberos, NTLM.
6.6.x
(This log field does not
report the credential type
that the client ultimately
used.)

These methods are logged


as follows: Certificate:

o Basic + NTLM +
Kerberos

o NTLM: NTLM only

o Digest: NTLM +
Kerberos

145 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

cs-realm realm 7.x


Authentication realm that
6.7.x
the user was challenged in.
6.6.x
cs-user %u 7.x Qualified username for
NTLM. Relative username
6.7.x for other protocols
6.6.x
cs-userdn user 7.x
Full username of a client
6.7.x authenticated to the proxy
(fully distinguished)
6.6.x
cs-username user.name 7.x Relative username of a
client authenticated to the
6.7.x proxy (i.e. not fully
distinguished)
6.6.x
sc-auth-status 7.x
Client-side: Authorization
6.7.x
status
6.6.x
x-agent-sso-cookie 7.x The authentication agent
single sign-on cookie
6.7.x

6.6.x
x-auth-challenge- 7.x
string The authentication
6.7.x challenge to display to the
user.
6.6.x
x-auth-credential- 6.7.x Logs the method actually
type used for authentication
6.6.x (Basic, Kerberos, NTLM,
and SAML when
6.5.x
supported).

146 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-auth-private- 7.x
challenge-state The private state required to
6.7.x manage an authentication
challenge
6.6.x
x-auth-server-name 7.x Set during NTLM
authentication over
6.7.x schannel. The DNS name
of the domain controller that
6.6.x
the schannel is connected.
6.5.5.1
x-cache-user 7.x Relative username of a
client authenticated to the
6.7.x proxy (i.e. not fully
distinguished) (same as cs-
6.6.x username)
x-cs-auth-domain user.domain 7.x The domain of the
authenticated user.
6.7.x

6.6.x
x-cs-auth-form- 7.x
action-url The URL to submit the
6.7.x
authentication form to.
6.6.x
x-cs-auth-form- 7.x The authentication form
domain-field input field for the user's
6.7.x domain.
6.6.x
x-cs-auth-form- 7.x
empty-domain-field The empty authentication
6.7.x form input field for the
user’s domain.
6.6.x
x-cs-auth-request- 7.x The base64 encoded string
id containing the original
6.7.x request information during
forms based authentication
6.6.x

147 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-saml-endpoint saml.endpoint 7.x


The endpoint to which a
6.7.x SAML authentication
request is being sent.
6.6.x
x-cs-client- client.address.login.count 7.x The number of users
address-login- currently logged in at the
count 6.7.x client ip address.
6.6.x
x-cs-saml-message- saml.type 7.x The type of SAML message
type being transmitted: either
6.7.x
SAMLRequest or
6.6.x SAMLResponse
x-cs-saml-postdata saml.postdata 7.x SAML POST data that
should be provided to an
6.7.x external SAML SP or IDP
6.6.x
x-cs-saml- saml.relaystate 7.x
relaystate The SAML RelayState for a
6.7.x SAML authentication
request
6.6.x
x-cs-user- user.authorization_name 7.x Username used to
authorization-name authorize a client
6.7.x authenticated to the proxy
6.6.x
x-cs-user- user.credential_name %b 7.x
credential-name Username entered by the
6.7.x user to authenticate to the
proxy.
6.6.x
x-cs-user-email- user.email_address 7.x Email address of an
address authenticated user.
6.7.2.1 Currently supported for IWA
Direct and SAML realms.
For unsupported
authentication realms, the
field returns an empty
string.

148 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-cs-user-login- user.login.address 7.x


address The IP address that the
6.7.x
user was authenticated in.
6.6.x
x-cs-user-login- user.login.count 7.x The number of workstations
count the user is currently logged
6.7.x in at.
6.6.x
x-cs-user-login- user.login.time 7.x
time The number of seconds the
6.7.x
user had been logged in.
6.6.x
x-cs-user-type 7.x The type of authenticated
user.
6.7.x

6.6.x
x-cs-username-or- Used to identify the user
ip 7.x using either their
authenticated proxy
6.7.x
username or, if that is
6.6.x unavailable, their IP
address.
x-cs-validator- 7.x The validator challenge data
challenge to be displayed
6.7.x

6.6.x
x-cs-validator- 7.x
challenge-id A unique string that
6.7.x identifies the validator
challenge
6.6.x
x-cs-validator- 7.x The URL to submit the
form-action-url validation form to
6.7.x

6.6.x

149 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-lfa-iterator iterator 7.x


The current value being
6.7.x iterated over in the iterate
() action.
6.6.x
x-radius-splash- 7.x Session ID made available
session-id through RADIUS when
6.7.x configured for session
management
6.6.x
x-radius-splash- 7.x Username made available
username through RADIUS when
6.7.x
configured for session
6.6.x management
x-sc- 7.x The user authentication
authentication- error.
error 6.7.x

6.6.x
x-sc- 7.x
authorization-
error 6.7.x The user authorization error.

6.6.x
x-server-auth-time 7.x Set during NTLM
authentication over
6.7.x schannel. The time in
milliseconds that it took to
6.6.x
perform the authentication.
6.5.5.1
x-user-x509-issuer user.x509.issuer 7.x If the user was
authenticated via an X.509
6.7.x certificate, this is the issuer
of the certificate as an
6.6.x RFC2253 DN
x-user-x509- user.x509.serialNumber 7.x If the user was
serial-number authenticated via an X.509
6.7.x certificate, this is the serial
number from the certificate
6.6.x
as a hexadecimal number.

150 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-user-x509- user.x509.subject 7.x If the user was


subject authenticated via an X.509
6.7.x certificate, this is the
subject of the certificate as
6.6.x an RFC2253 DN

151 of 182
Client/Server Bytes

WAF
These fields pertain to Web Application Firewall (WAF). For details on WAF, refer to the Web Application Firewall Solutions
Guide at MySymantec.

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- 7.x Reputation of the client IP address.


client-
address-
reputation
x-bluecoat-
client-
effective- 7.x Reputation of the effective client IP address.
address-
reputation
x-bluecoat- 7.x Details about the blocked/ monitored request, displayed in
waf-block- JSON format consisting of an array of CSV objects:
details 6.7.x
[{object-1},{object-2},…,{object-N}]
6.6.x
Each {object} is a CSV list of "key":"value" pairs:

{"key1":"value1","key2":"value2",…,"keyN":"valueN"}

Starting in 6.7.x, these fields include the version of the


command injection engine used for the detection:

n version 2 - Indicates the legacy version used in


versions prior to 6.6.5.1. This version targets chained
command sequences, and requires command-
x-bluecoat-
separation characters to be present in the payload to be
waf-monitor-
effective.
details
n version 3 - Indicates the current default version. The
7.x command injection engine detects a wider set of
attacks, including non-chained command injection
6.7.x payloads. Symantec recommends that you use this
version.
6.6.x
Starting in 7.x, these fields show details about constraint
violations (defined by define constraint_set) including the
request part, the line in the define constraint_set policy,
and matched data.

152 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-bluecoat- risk_ 7.x Natural language description of the detected attack family.
waf-attack- category
family 6.7.x Starting in 7.x, this field displays "Constraint Violation"
when a constraint violation, defined by define constraint_
6.6.x set, occurs.
x-bluecoat- If policy includes the http.request.detection.bypass_
waf-scan-info cache_hit(yes) property, the x-bluecoat-waf-scan-info
field in the bcreporterwarp_v1 access log format indicates if
WAF processing is intentionally skipped due to cache hit
optimization being bypassed.

n If WAF engines scan a transaction, the field reports


7.x
WAF_SCANNED.
6.7.x
n If WAF evaluation does not occur due to the presence
of http.request.detection.bypass_cache_hit
(yes) property or the absence of WAF policy, the field
reports WAF_SCAN_BYPASSED.

n If no WAF policy is present, the field reports WAF_


DISABLED.
x-risk- risk_ 6.5.5.7 A comma-separated list of risk categories detected by
category category http.request.detection scan settings.

Deprecated in 6.6.x and later.


x-risk-score risk_score 7.x
Total risk score calculated during the WAF scanning process
6.7.x for a given HTTP request

6.6.x Note: When used in policy, this substitution must be used in


conjunction with the conditional trigger risk_score=n
6.5.5.7
x-rule-id 7.x Rule ID used during reverse proxying

6.7.x

6.6.x
x-server- 7.x
application-
group 6.7.x Server application group used during reverse proxying

6.6.x

153 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-server- 7.x Server application group ID used during reverse proxying


application-
group-id 6.7.x

6.6.x
x-server- 7.x
application-
id 6.7.x Server application ID used during reverse proxying

6.6.x
x-server- 7.x Server application name used during reverse proxying
application-
name 6.7.x

6.6.x

154 of 182
Symantec Corporation - SGOS 6.x and 7.x

CIFS
These fields pertain to CIFS connections.

ELFF CPL Custom Introduced in Description


SGOS
versions

x-cifs-bytes- 7.x Total number of bytes written to the


written associated resource.
6.7.x

6.6.x

6.5.x
x-cifs-client- 7.x
bytes-read
6.7.x Total number of bytes read by CIFS
6.6.x client from the associated resource.

6.5.x
x-cifs-client- 7.x Total number of read operations
read-operations issued by the CIFS client for the
6.7.x associated resource.
6.6.x

6.5.x
x-cifs-client- 7.x
other-operations
6.7.x Total number of non read/write
operations issued by the CIFS client
6.6.x for the associated resource.

6.5.x
x-cifs-client- 7.x Total number of write operations
write-operations issued by the CIFS client for the
6.7.x associated resource.
6.6.x

6.5.x

155 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

x-cifs-dos-error- 7.x
class
6.7.x DOS error class generated by server,
6.6.x in hexadecimal.

6.5.x
x-cifs-dos-error- 7.x Error code generated by server.
code
6.7.x

6.6.x

6.5.x
x-cifs-error-code 7.x

6.7.x Number of bytes sent from appliance


6.6.x to client.

6.5.x
x-cifs-fid 7.x ID representing a CIFS resource.

6.7.x

6.6.x

6.5.x
x-cifs-fid- 7.x
persistent
6.7.x Persistent ID representing a CIFS
6.6.x resource.

6.5.x
x-cifs-file-size 7.x Size of CIFS resource, in bytes.

6.7.x

6.6.x

6.5.x

156 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

x-cifs-file-type 7.x

6.7.x
Type of CIFS resource.
6.6.x

6.5.x
x-cifs-method 7.x The method associated with the CIFS
request.
6.7.x

6.6.x

6.5.x
x-cifs-nt-error- 7.x
code
6.7.x NT error code generated by server, in
6.6.x hexadecimal.

6.5.x
x-cifs-orig-path 7.x Original path name of resource to be
renamed
6.7.x

6.6.x

6.5.x
x-cifs-orig-unc- 7.x
path
6.7.x UNC path of original path name of
6.6.x resource to be renamed

6.5.x
x-cifs-path 7.x CIFS resource name as specified in
the UNC path
6.7.x

6.6.x

6.5.x

157 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

x-cifs-server 7.x

6.7.x CIFS server as specified in the UNC


6.6.x path

6.5.x
x-cifs-server- 7.x Total number of bytes read by CIFS
bytes-read server from the associated resource
6.7.x

6.6.x

6.5.x
x-cifs-server- 7.x
operations
6.7.x Total number of operations issued to
the CIFS server for the associated
6.6.x resource

6.5.x
x-cifs-share 7.x CIFS share name as specified in the
UNC path
6.7.x

6.6.x

6.5.x
x-cifs-tid 7.x

6.7.x ID representing instance of an


authenticated connection to server
6.6.x resource

6.5.x
x-cifs-uid 7.x ID representing an authenticated user
instance
6.7.x

6.6.x

6.5.x

158 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

x-cifs-unc-path 7.x
CIFS path of the following form:
6.7.x
\\\\server\\share\\path
6.6.x
The path can be empty.
6.5.x

159 of 182
Client/Server Bytes

MAPI and Office 365


These fields pertain to MAPI traffic.

ELFF CPL Custom Introduced in Description


SGOS
versions

x-mapi-connection- 7.x The type of MAPI connection


type
6.7.x

6.6.x

6.5.x
x-mapi-cs-rpc- 7.x
count
6.7.x The count of RPC messages
6.6.x received from the client

6.5.x
x-mapi-endpoint- 7.x Total number of RPC messages
rpc-count sent to the end point
6.7.x

6.6.x

6.5.x
x-mapi-method 7.x

6.7.x The method associated with the


6.6.x MAPI request

6.5.x
x-mapi-peer-rpc- 7.x Total number of RPC messages
count sent to the peer
6.7.x

6.6.x

6.5.x

160 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

x-mapi-rs-rpc- 7.x
count
6.7.x The count of RPC messages
6.6.x received from the server

6.5.x
x-mapi-sc-rpc- 7.x The count RPC messages sent to
count the client
6.7.x

6.6.x

6.5.x
x-mapi-sr-rpc- 7.x
count
6.7.x The count of RPC messages sent
6.6.x to the server

6.5.x
x-mapi-user 7.x The name of the user negotiated by
MAPI.
6.7.x
See x-mapi-user-dn for the fully
6.6.x distinguished name.
6.5.x
x-mapi-user-dn 7.x

6.7.x The distinguished name of the user


6.6.x negotiated by MAPI

6.5.x

These fields pertain to Office 365 Exchange traffic.

161 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

x-mail-attachments 7.x List of comma-separated names of


the e-mail’s attachments or
6.7.x embedded objects.
6.6.4.1
x-mail-attachments- 7.x
removed List of comma-separated names of
6.7.x e-mail attachments flagged by
ICAP scanning.
6.6.4.1
x-mail-cc 7.x List of comma-separated recipient
e-mail addresses in the CC field.
6.7.x

6.6.4.1
x-mail-from 7.x

6.7.x Sender’s e-mail address.

6.6.4.1
x-mail-message-id 7.x 64-bit identifier that identifies the
message uniquely.
6.7.x

6.6.4.1
x-mail-operation 7.x
The e-mail operation: SEND or
6.7.x
RECEIVE.
6.6.4.1
x-mail-to 7.x List of comma-separated recipient
e-mail address(es) in the To field.
6.7.x

6.6.4.1
x-mail-user 7.x

6.7.x User’s e-mail address.

6.6.4.1

162 of 182
Symantec Corporation - SGOS 6.x and 7.x

P2P Connections
These fields pertain to peer-to-peer connections.

ELFF CPL Custom Introduced in Description


SGOS
versions

x-p2p-client- 7.x Number of bytes from client


bytes
6.7.x

6.6.x

6.5.x
x-p2p-client- 7.x
info
6.7.x
The peer-to-peer client information
6.6.x

6.5.x
x-p2p-client- p2p.client 7.x The peer-to-peer client type
type
6.7.x

6.6.x

6.5.x
x-p2p-peer-bytes 7.x

6.7.x
Number of bytes from peer
6.6.x

6.5.x

163 of 182
Client/Server Bytes

Special Characters
These fields log special characters.

ELFF CPL Custom Introduced in Description


SGOS
versions

x-bluecoat- amp 7.x The ampersand character (&)


special-amp
6.7.x

6.6.x

6.5.x
x-bluecoat- apos 7.x
special-apos
6.7.x The apostrophe or single quote
6.6.x character (')

6.5.x
x-bluecoat- cr 7.x Resolves to the carriage return
special-cr character
6.7.x

6.6.x

6.5.x
x-bluecoat- crlf 7.x
special-crlf
6.7.x Resolves to a carriage return/line
6.6.x feed sequence

6.5.x
x-bluecoat- empty %l 7.x Resolves to an empty string
special-empty
6.7.x

6.6.x

6.5.x

164 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced in Description


SGOS
versions

x-bluecoat- esc 7.x


special-esc
6.7.x Resolves to the escape character
6.6.x (ASCII HEX 1B)

6.5.x
x-bluecoat- gt 7.x The greater-than character (>)
special-gt
6.7.x

6.6.x

6.5.x
x-bluecoat- lf 7.x
special-lf
6.7.x
The line feed character
6.6.x

6.5.x
x-bluecoat- lt 7.x The less-than character (<)
special-lt
6.7.x

6.6.x

6.5.x
x-bluecoat- 7.x
placeholder
6.7.x A placeholder represented by a
6.6.x dash (-)

6.5.x
x-bluecoat- quot 7.x The double quote character (")
special-quot
6.7.x

6.6.x

6.5.x

165 of 182
Client/Server Bytes

ELFF CPL Custom Introduced in Description


SGOS
versions

x-bluecoat- slash 7.x


special-slash
6.7.x
The forward slash character (/)
6.6.x

6.5.x

166 of 182
Symantec Corporation - SGOS 6.x and 7.x

Streaming Media
These fields pertain to streaming connections.

ELFF CPL Custom Introduced Description


in SGOS
versions

audiocodec 7.x Audio codec used in stream.

6.7.x

6.6.x

6.5.x
avgbandwidth 7.x

6.7.x Average bandwidth (in bits per


second) at which the client was
6.6.x connected to the server.

6.5.x
channelURL 7.x URL to the .nsc file

6.7.x

6.6.x

6.5.x
c-buffercount 7.x

6.7.x Number of times the client


buffered while playing the
6.6.x stream.

6.5.x
c-bytes 7.x An MMS-only value of the total
number of bytes delivered to the
6.7.x client.
6.6.x

6.5.x

167 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

c-cpu 7.x

6.7.x
Client computer CPU type.
6.6.x

6.5.x
c-hostexe 7.x Host application

6.7.x

6.6.x

6.5.x
c-hostexever 7.x

6.7.x
Host application version number
6.6.x

6.5.x
c-os 7.x Client computer operating
system
6.7.x

6.6.x

6.5.x
c-osversion 7.x

6.7.x Client computer operating


6.6.x system version number

6.5.x
c-pkts-lost-client 7.x Number of packets lost during
transmission from server to
6.7.x client and not recovered at the
client layer via error correction or
6.6.x
at the network layer via UDP
6.5.x resends.

168 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

c-pkts-lost-cont- 7.x
net Maximum number of
6.7.x continuously lost packets on the
network layer during
6.6.x transmission from server to
client
6.5.x
c-pkts-lost-net 7.x Number of packets lost on the
network layer
6.7.x

6.6.x

6.5.x
c-pkts-received 7.x
Number of packets from the
6.7.x server (s-pkts-sent) that are
6.6.x received correctly by the client
on the first try
6.5.x
c-pkts-recovered- 7.x Number of packets repaired and
ECC recovered on the client layer
6.7.x

6.6.x

6.5.x
c-pkts-recovered- 7.x
resent
6.7.x Number of packets recovered
because they were resent via
6.6.x UDP.

6.5.x
c-playerid 7.x Globally unique identifier (GUID)
of the player
6.7.x

6.6.x

6.5.x

169 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

c-playerlanguage 7.x

6.7.x
Client language-country code
6.6.x

6.5.x
c-playerversion 7.x Version number of the player

6.7.x

6.6.x

6.5.x
c-quality 7.x
The percentage of packets that
6.7.x were received by the client,
6.6.x indicating the quality of the
stream
6.5.x
c-rate 7.x Mode of Windows Media Player
when the last command event
6.7.x was sent
6.6.x

6.5.x
c-resendreqs 7.x

6.7.x Number of client requests to


6.6.x receive new packets

6.5.x
c-starttime 7.x Timestamp (in seconds) of the
stream when an entry is
6.7.x generated in the log file.
6.6.x

6.5.x

170 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

c-status 7.x

6.7.x Codes that describe client


6.6.x status

6.5.x
c-totalbuffertime 7.x Time (in seconds) the client
used to buffer the stream
6.7.x

6.6.x

6.5.x
filelength 7.x

6.7.x
Length of the file (in seconds).
6.6.x

6.5.x
filesize 7.x Size of the file (in bytes).

6.7.x

6.6.x

6.5.x
protocol 7.x

6.7.x Protocol used to access the


6.6.x stream: mms, http, or asfm.

6.5.x
s-pkts-sent 7.x Number of packets from the
server
6.7.x

6.6.x

6.5.x

171 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

s-session-id 7.x

6.7.x Session ID for the streaming


6.6.x session

6.5.x
s-totalclients 7.x Clients connected to the server
(but not necessarily receiving
6.7.x streams).
6.6.x

6.5.x
transport 7.x

6.7.x Transport protocol used (UDP,


6.6.x TCP, multicast, etc.)

6.5.x
videocodec 7.x Video codec used to encode the
stream.
6.7.x

6.6.x

6.5.x
x-cache-info 7.x
Values: UNKNOWN,
6.7.x DEMAND_PASSTHRU,
DEMAND_MISS, DEMAND_
6.6.x HIT, LIVE_PASSTHRU, LIVE_
SPLIT
6.5.x
x-cs-streaming- streaming.client 7.x Type of streaming client in use
client (windows_media, real_media,
6.7.x quicktime, flash, ms_smooth).
6.6.x

6.5.x

172 of 182
Symantec Corporation - SGOS 6.x and 7.x

ELFF CPL Custom Introduced Description


in SGOS
versions

x-duration 7.x
Length of time a client played
6.7.x content prior to a client event
6.6.x (FF, REW, Pause, Stop, or jump
to marker).
6.5.x
x-rs-streaming- streaming.content 7.x Type of streaming content
content served (windows_media, real_
6.7.x media,quicktime,flash). Note
that ms_smooth (Smooth
6.6.x
Streaming over HTTP) is not a
6.5.x possible value for this field.
x-streaming- bitrate 7.x
bitrate
6.7.x The reported client-side bitrate
6.6.x for the stream

6.5.x
x-streaming-rtmp- streaming.rtmp.app_ 7.x Application name requested by
app-name name the Flash client
6.7.x

6.6.x

6.5.x
x-streaming-rtmp- streaming.rtmp.method 7.x
method
6.7.x Request method used from
6.6.x Flash client to appliance

6.5.x
x-streaming-rtmp- streaming.rtmp.page_ 7.x URL of the web page in which
page-url url the Flash client SWF file is
6.7.x embedded
6.6.x

6.5.x

173 of 182
Client/Server Bytes

ELFF CPL Custom Introduced Description


in SGOS
versions

x-streaming-rtmp- streaming.rtmp.stream_ 7.x


stream-name name
6.7.x Name of the stream requested
6.6.x by the Flash client

6.5.x
x-streaming-rtmp- streaming.rtmp.swf_url 7.x URL of the Flash client SWF file
swf-url
6.7.x

6.6.x

6.5.x
x-wm-c-dns 7.x

6.7.x Hostname of the client


determined from the Windows
6.6.x Media protocol

6.5.x
x-wm-c-ip 7.x The client IP address
determined from the Windows
6.7.x Media protocol
6.6.x

6.5.x

174 of 182
Symantec Corporation - SGOS 6.x and 7.x

WebEx Proxy
These fields pertain to WebEx proxy.

ELFF CPL Custom Introduced in Description


SGOS
versions

x-collaboration- 7.x WebEx meeting ID.


meeting-id
6.7.x

6.6.x
x-collaboration- 7.x
method Method associated with the
6.7.x
WebEx collaboration request.
6.6.x
x-collaboration- 7.x WebEx userID; typically, the
user-id user's email address.
6.7.x

6.6.x
x-webex-site 7.x
Site that hosted the WebEx
6.7.x
session.
6.6.x

175 of 182
Client/Server Bytes

Substitution Modifiers
Some substitutions can be altered by appending various modifiers.

In general, modifiers have the following syntax:

:modifier_name(arguments)

They are appended to the field name in the substitution expression as follows:

$(field_name:modifier(arguments))

Modifiers can also be chained together to produce the desired result, as follows:

$(field_name:first_modifier(arguments):second_modifier(arguments))

The following types of substitution modifiers are available:

n "Timestamp Modifiers" on the next page

n "String Modifiers " on page 179

n "Host Modifiers" on page 182

176 of 182
Symantec Corporation - SGOS 6.x and 7.x

Timestamp Modifiers
Timestamp modifiers are restricted to working on specific substitution fields that represent timestamp functions, such as:

n $(date)

n $(time)

n $(cookie_date)

n $(http_date)

The timestamps produced by these substitutions can be altered by adding any of the following modifiers.

n days.add—Add or subtract days (24 hours). For example, $(cookie_date:days.add(2)) yields a timestamp 48 hours
into the future in cookie expiry time format.

n hours.add—Add or subtract hours. For example, $(http_date:hours.add(-1) yields a timestamp one hour into the
past in HTTP 1.1 header format.

n minutes.add—Add or subtract minutes. For example, $(cookie_time:minutes.add(15)) yields a timestamp 15


minutes into the future in cookie expiry time format.

n next_date—Skips forward zero or more seconds to the next date matching the specified pattern.

To evaluate next_date(), the current cycle must be determined.

A date pattern has the following syntax:

[month] [day-of-month] [weekday] [HH:MM | HH: | :MM]

n All of the components are optional, but at least one component must be present.

n A month is a month-name abbreviation from jan to dec.

n A day-of-month is either a number from 1-31, or it is the string last.

n A weekday is a weekday abbreviation from mon to sun.

n HH:MM is expressed in 24-hour time, from 00:00 to 23:59.

For example, the following are all synonyms that advance zero or more seconds to the next occurrence of January
00:00:00:frame’s search

n :next_date( jan )

n :next_date( jan 1 )

n :next_date( jan 1 00:00 )

For example, you can use these modifiers to construct a Set-Cookie header with an explicit expiry time. To set a cookie that
expires at midnight:

177 of 182
Client/Server Bytes

<proxy>
action.setcookie(yes)
define action setcookie
set(response.header.Set-Cookie,
"myname=myvalue; expires=$(cookie_date:next_date(00:00))")
end

Examples
Expires at 2 a.m.
$(cookie_date:next_date(2:00))

Expires at 2 a.m. tomorrow


$(cookie_date:next_date(00:00):next_date(2:00))

Note: The first next_date is to the next midnight, ensuring that if the time is between midnight
and 2 am, the 2 am generated is not today’s.

Expires at 2 a.m. the day after tomorrow


$(cookie_date:next_date(00:00):add.days(1):next_date(2:00))

Expires at 2 am Monday morning


$(cookie_date:next_date(Mon 2:00))

Expires at 10 pm the last day of the month


$(cookie_date:next_date( last 22:00 ))

Expires at 2am the third Tuesday of the month

Note: The third Tuesday of the month must be between the 15th and 21st.

$(cookie_date:next_date( 15 Tue 2:00))

This advances zero or more seconds to the 15th of the month, and then advances zero or more seconds to Tuesday, then
advances 0 or more seconds to 2 am.

178 of 182
Symantec Corporation - SGOS 6.x and 7.x

String Modifiers
These substitution modifiers can be applied to any field.

Modifier What It Does Example of Usage

binary_address Converts a dotted IP Convert the client address into a four byte representation:
address into 4 bytes,
where one byte $(client.address:binary_address)
represents an octet.
10.11.12.13 is converted to 0x0A0B0C0D.

concat(string) Concatenates the Concatenate the requested URL with the authenticated user:
argument to the base
string produced by the log_message( "$(url:concat(?$(user)))")
field it operates on. The
The log shows the URL concatenated with the username:
result is a literal string
that may need to be http://www.example.com/index.html?mark
enclosed in quotes,
depending on the
context.

escape_ldap_filter Specifies that a policy Escape the user value when the search filter is
substitution value should (cn=$(user:escape_ldap_filter)) and the username is
be escaped using the domain\user.
LDAP search filter syntax
as specified in RFC The escaped value is:
2254. This modifier does
(cn=domain\5cuser)
not take arguments.
The byte value of \ is 5c, so it is escaped as \5c.

encode_base64 and decode_ Encodes and decodes Encode the concatenated URL to base64 in the log:
base64 URLs. These modifiers
do not take arguments. log_message( "$(url:concat(?$(user)):encode_base64)"

Decode from base64:

$(url.query:rewrite((.*);(.*),$(1)):decode_base64)

The log shows the base64-encoded URL concatenated with


username:

aHR0cDovL3d3dy5leGFtcGxlLmNvbS9pbmRleC5odG1sP21hcms=

179 of 182
Client/Server Bytes

Modifier What It Does Example of Usage

hmac Replaces the string field This modifier has the syntax field:hmac where the field is the
with a SHA-256 digital name of a policy substitution text variable plus any text substitution
signature for that string. functions to rewrite. Consider the example:
This uses the encrypted
key stored in the exception(content_filter_denied, "$(url:hmac)")
command:

#(config)policy
hmac encrypted-key

The digital signature is


base-64 encoded.

if_null Useful for checking Consider the example:


whether a variable has
been defined and if one S1:if_null(S2)
is not defined, a default
If the left argument S1 is a non-empty string, return S1. Otherwise,
value can be assigned to
S1 is an empty string, return string S2.
the variable.

$(iterator) When used in iterate Write policy to sign all cookies:


(), this field returns the
current string value being define action sign_all
iterated over. Otherwise, iterate(response.header.Set-Cookie)
this returns an empty iterator.append("$(iterator):rewrite(([^=]*)= \
string. ([^;]*)(.*),BCSIG_$(1)=$(2:hmac)$(3))))")
end
end

rewrite(regex, Rewrites the text field The syntax is:


substitution) prefix passed in based
on the regex and field:rewrite(regex_pattern, replacement_string)
replacement string
To log the signature for a URL to the event log:
parameters.
exception(content_filter_denied, “Protocol for URL
is \
$(url:rewrite(([^:]*)(.*),$(1))”)

180 of 182
Symantec Corporation - SGOS 6.x and 7.x

Modifier What It Does Example of Usage

$(session.username:encode_ Converts an ASCII Consider the example:


hex) variable string into a hex
representation. *#911# is converted in hex to 2A23393131123.

Use this modifier to insert a separator between each converted byte;


alternatively, use 0x$(session.username:encode_hex( 0x)).

With $(session.username:encode_hex( )), *#911# becomes


2A 23 39 31 31 23.

With 0x$(session.username:encode_hex( 0x)), *#911#


becomes 0x2A 0x23 0x39 0x31 0x31 0x23.

url_escape Escapes special Consider the example:


characters in the URL
string as %xx. The username is us%r;1

A special character is $(user:url_escape) displays us%r%3b1


defined as any character
The ; is escaped as %3b.
that cannot be passed in
its original form in a URL,
in an access log field, or
in an HTML attribute
value, etc.

The non-special
characters are: A-Z, a-z,
0-9, _ , - , . , and %. Use
url_escape_all to
consider % to be a
special character.

url_escape_all Escapes all special Consider the example:


characters in the URL,
including %. The username is us%r;1

$(user:url_escape_all) displays us%25r%3b1

The % is escaped as %25 and the ; is escaped as %3b.

181 of 182
Client/Server Bytes

Host Modifiers
This substitution modifier can be applied to the $(url.host) field.

n label(n)—This modifier extracts the nth label from a host. Labels are numbered from 1, with label 1 being the top level
domain (such as .com or.net).

For example, given the URL “http://publications.my_company.com”

n $(url.host:label(1)) yields “com”

n $(url.host:label(3)) yields “publications”

182 of 182

You might also like