You can configure a data stream to collect these parameters. To get a list of available parameters, you can run the List data set fields operation.
Data set field ID | Field name | Data type | Description |
---|---|---|---|
1000 | CP code | string | The Content Provider code associated with the request. |
1002 | Request ID | string | The identifier of the request. |
1100 | Request time | number | The time when the edge server accepted the request from the client. |
1005 | Bytes | number | The content bytes served in the response body. For HTTP/2, this includes overhead bytes. |
1006 | Client IP | string | The IPv4 or IPv6 address of the requesting client. |
1008 | HTTP status code | number | The HTTP status code of the response. |
1009 | Protocol type | string | The protocol of the request-response cycle, either HTTP or HTTPS. |
1011 | Request host | string | The value of the Host header in the request. |
1012 | Request method | string | The HTTP method of the request. |
1013 | Request path | string | The path to a resource in the request, excluding query parameters. |
1014 | Request port | number | The client TCP port number of the requested service. |
1015 | Response Content-Length | number | The size of the entity-body in bytes returned to the client. |
1016 | Response Content-Type | string | The type of the content returned to the client. |
1017 | User-Agent | string | The URI-encoded user agent making the request. |
1019 | Accept-Language | string | The list of languages acceptable in the response. |
1023 | Cookie | string | A list of HTTP cookies previously sent by the server with the Set-Cookie header. |
1031 | Range | string | The part of an entity that the server is requested to return. |
1032 | Referer | string | The address of the resource from which the requested URL was followed. |
1037 | X-Forwarded-For | string | The originating IP address of a client connecting to a web server through an HTTP proxy or load balancer. |
1033 | Request end time | number | The time in milliseconds it takes the edge server to fully read the request. |
1068 | Error code | string | A string describing the problem with serving the request. |
1102 | Turn around time | number | The time in milliseconds from when the edge server receives the last byte of the request to when it sends the first bytes of the response. |
1103 | Transfer time | number | The time in milliseconds from when the edge server is ready to send the first byte of the response to when the last byte reaches the kernel. |
2001 | TLS overhead time | number | The time in milliseconds between when the edge server accepts the connection and the completion of the SSL handshake. |
2002 | TLS version | number | The protocol of the TLS handshake, either TLSv1.2 or TLSv1.3. |
2003 | Object size | number | The size of the object, excluding HTTP response headers. |
2004 | Uncompressed size | number | The size of the uncompressed object, if zipped before sending to the client. |
2005 | Max-Age | number | The time in seconds that the object is valid for positive cache responses. |
2006 | Overhead bytes | number | TCP overhead in bytes for the request and response. |
2007 | DNS lookup time | number | The time in seconds between the start of the request and the completion of the DNS lookup, if one was required. For cached IP addresses, this value is zero. |
2008 | Total bytes | number | The total bytes served in the response, including content and HTTP overhead. |
2009 | Query string | string | The query string in the incoming URL from the client. To monitor this parameter in your logs, you need to update your property configuration to set the Cache Key Query Parameters behavior to include all parameters. |
2010 | Cache status | number | The request was served from the edge cache or peer (1), or forwarded to parent or origin (0). |
2012 | Country/Region | string | The ISO code of the country or region where the request originated. |
2013 | State | string | The state where the request originated. |
2014 | City | string | The city where the request originated. |
2020 | Breadcrumbs | string | Returns additional breadcrumbs data about the HTTP request-response cycle for improved visibility into the Akamai platform, such as the IP of the node or host, component (cache parent, edge host, peer host, origin, or Cloud Wrapper), request end, turnaround and DNS lookup time. This field is available only for Adaptive Media Delivery, Download Delivery, Object Delivery, API Acceleration, Dynamic Site Accelerator, and Ion Standard products. To log this parameter for API Acceleration, Dynamic Site Accelerator, and Ion Standard, you need to enable the breadcrumbs behavior in your stream's property configuration. See Breadcrumbs in the Property Manager guide. |
2021 | Last byte | number | The last byte of the object that was served in this response. 0 indicates a part of a byte-range response. This field is now available for all products supported by DataStream 2. |
2050 | Security rules | string | Returns data on security policy ID, non-deny and deny rules when the request triggers any configured WAF or Bot Manager rules. Requires configuring the Web Application Firewall (WAF) behavior in Property Manager or adding hostnames in Security Configurations. |
3000 | EdgeWorkers usage | string | Returns EdgeWorkers data for client requests and responses if EdgeWorkers is enabled. The field format is: //[EdgeWorkers-Id]/[Version]/[Event Handler]/[Off Reason]/[Logic Executed]/[Status]/#[Metrics] . |
3001 | EdgeWorkers execution | string | Returns EdgeWorkers execution information if enabled, including the stage of execution, the EdgeWorker ID, process, total and total stage time (in milliseconds), used memory (in kilobytes), ghost flow, error code, HTTP status change when the response is generated using the API, CPU flits consumed during processing, tier ID for the request, indirect CPU time (in milliseconds) and ghost error code. |
1082 | Custom field | N/A | The data specified in the Custom Log Field of the Log Requests Details that you want to receive in the stream. See Custom log field. |