> For the complete documentation index, see [llms.txt](https://docs.link11.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.link11.com/product-guides/secure-cdn/interface/access-logs.md).

# Access Logs

<figure><img src="/files/RZHxbAS4Dtxs0PMYjJ6M" alt=""><figcaption></figcaption></figure>

## Introduction

Access Logs for CDN is a paid feature that can be used to display all access requests made per instance/domain to the CDN in the specified period.&#x20;

It initially displays the exact date and time of the request (with the time zone as specified in the date picker), the requested domain, the requested URL (location), the IP of the client, the User Agent, the cache status of the requested content, and the HTTP status code.&#x20;

By expanding the log entry, additional data is displayed, including the requested CDN node, the amount of bytes transferred from CDN to client, the request processing time, the HTTP request method, and the protocol and TLS version used.

In the top left, it can be specified which instances and for which period of time access logs should be displayed. Below, there is also a search bar for specific queries.

The retention period for Access Logs is seven days. It is possible to export the access logs for the specified instance and time period as a CSV file.

***

## Fields in detail:

**Date:** Time of request in UTC

**Requested Domain:** The domain the request was made on

**Requested URL:** The path the request was made on

**IP:** Source IP that made the request

**User Agent:** User Agent that was part of the request

**Cache Status:** The cache status of the requested resource:

* **HIT**: The resource was found in the CDN cache, and the cache age was not expired (“fresh”)
* **UPDATING**: The resource was found in the CDN cache, but the cache age was expired (“stale”). The resource was delivered stale, while the new version was being requested from the origin. This occurs if the customer has specified this behavior via a header, for example with “stale-while-revalidate”
* **STALE**: The resource was found in the CDN cache, but the cache age was expired (“stale”). The resource was delivered stale because the origin could not be reached. This occurs if the customer has specified this behavior via a header, for example with “stale-if-error”
* **MISS**: The resource was not found in the CDN cache, or the cache age was expired. The resource was requested from the origin.

**HTTP-Status Code:** Status of request (200/3XX/4XX/5XX)

**CDN Node:** Country/ID/Location of the CDN node that was requested

**Transferred Bytes:** Total amount of bytes of the response (sent to client)

**Request Processing time:** Processing time of request

**Request method:** HTTP method of request (GET, POST and HEAD)

**Protocol:** HTTP protocol version and TLS version of request
