Integration Server 10.15 | Integration Server Administrator's Guide | The HTTP Log | Combined Log Format
 
Combined Log Format
The Combined Log Format is an extension of the Common Log Format. The Combined Log Format has two additional fields, referrer and useragent, which provides additional information about the source of the request. These fields are appended to the end of the Common Log Format. This result in each line containing nine fields.
host identifier user date request status bytes referer useragent
Integration Server use the Combined Log Format for the http log when Integration Server is set to combined.
The following table describes the additional fields in the Combined Log Format.
Field
Description
referer
Value of the Referrer request header.
useragent
Value of the User-agent request header.
Following is an example of http.log entries in the Common Log Format.
0:0:0:0:0:0:0:1 - Administrator [17/Sep/2021:13:51:27 -0400] "GET /invoke/wm.server/ping" 200 158 - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
0:0:0:0:0:0:0:1 - Administrator [17/Sep/2021:13:51:27 -0400] "GET /invoke/pub.flow/getTransportInfo" 200 2502 https://mycompany.com/test/webapp "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
0:0:0:0:0:0:0:1 - Administrator [17/Sep/2021:13:51:42 -0400] "GET /invoke/pub.math/randomDouble" 200 136 https://mycompany.com/test/webapp/page "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36"
127.0.0.1 - valid.user [17/Sep/2021:13:53:32 -0400] "GET /invoke/pub.flow/getTransportInfo" 200 2489 - "curl/7.73.0"
127.0.0.1 - bad.user [17/Sep/2021:13:53:32 -0400] "GET /invoke/pub.flow/getTransportInfo" 401 3153 - "curl/7.73.0"