Integration Server 10.15 | Integration Server Administrator's Guide | The HTTP Log | Extended Log Format
 
Extended Log Format
The extended log format allows you to configure Integration Server to write HTTP log entries according to user preferences. Each line of the HTTP log in the extended log format contains a predefined list (comma-separated) of fields:
The following table describes the additional fields in the extended log format.
Field
Description
uid
Unique ID for a log entry based on timestamp. You can also prepend a prefix to the ID. For example, uid(SAG_).
host
IP address of the client that made the request to Integration Server.
protocol
The HTTP or HTTPS protocol used for the request.
username
Username provided by the client for authentication.
timestamp
The time when the request was received.You can also specify the format. For example, timestamp (yyyy-mm-dd)
request
The HTTP request from the client in the format:
HTTP_method URL-path protocol_version
responseCode
The HTTP status code that is returned.
responseSize
The size of the response.
referer
Value of the Referrer request header.
useragent
Value of the User-agent request header.
elapsedTime
Time (in milliseconds) it took Integration Server to process the request. This value does not include transport time.
serverIp
The server IP address and port to which the client sends the request.
clientIp
The IP address of the client connecting to the socket.
method
The HTTP method that is set in the request.
url
The path of the URL requested by the client.
header/<HeaderName>
Logs the HTTP header <HeaderName> that is available in the request.