All Products
Search
Document Center

Edge Security Acceleration:Filter criteria

Last Updated:Jun 17, 2026

Apply filters in the analytics dashboards to narrow down data by dimension, time range, or custom conditions. This topic also lists the supported filter fields and operators.

Filters

ESA analytics support three filtering methods: by filter conditions, by available dimension, and by time range.

By Filter

Filter analytics results by setting conditions based on available dimensions and operators. Click image to add up to 10 filter conditions. For details about the filter parameters, see supported fields and operators.

image

By available dimension

Click an available dimension, such as Host or Client IP, to view all items within that category.

image

Time range (required)

Select a preset period or Custom Time Range. By default, traffic data from the past 24 hours is displayed.

image

Filter or exclude an item in a dimension

To drill into a specific item or exclude it from your report:

  • Click Filter to display more details about the item.

  • Click Exclude to remove the item from the report.

Take Client IP as an example.

  • Filter by a specific client IP by clicking Filter in the top data panel:

    image

  • Or filter from the Overview panel:

    image

Supported fields and operators

Filter fields

Filter

Description

Example

Version

The version number used when version management is enabled for the website.

You can select a value from the drop-down list:

  • 0

  • 1

  • 2

Cache Status

The cache status of the request.

You can select a value from the drop-down list:

  • HIT

  • MISS

  • EXPRIED

For more information, see Default cache behavior.

Client ISP

The Internet service provider of the client.

You can select a value from the drop-down list:

  • China Unicom

  • China Telecom

  • China Mobile

Client ASN

The autonomous system number of the client.

For example, the client's ASN is AS12345, indicating that the client is connected to an autonomous system whose number is 12345.

Country/Region

The country or region to which the client IP belongs.

You can select a value from the drop-down list:

  • Chinese Mainland

  • Canada

  • France

Device Type

The client device type, parsed from the User-Agent header in the HTTP request.

You can select a value from the drop-down list:

  • Desktop

  • Mobile

  • Tablet

IP Version

The protocol version of the client IP address.

You can select a value from the drop-down list:

  • IPv4

  • IPv6

Client IP

Displays only request data from the specified client IP address.

You can enter multiple entries and separate them with commas (,). Example: 192.168.1.X, 192.168.2.X.

Referer

The Referer in the request.

You can enter multiple entries and separate them with commas (,). Example: *.developer.aliyundoc.com.

Host

The hostname of a web server.

You can enter multiple entries and separate them with commas (,). Example: www.example.com.

HTTP Method

The request type between the client and the server.

You can select a value from the drop-down list:

  • GET

  • POST

  • PUT

HTTP Version

The version number of the HTTP protocol.

You can select a value from the drop-down list:

  • HTTP / 1.0

  • HTTP / 1.1

  • HTTP / 2.0

Path

The part of the URL that indicates the resource location.

You can enter multiple entries and separate them with commas (,). For example, in the URL https://www.example.com/path/to/resource.html, the path is /path/to/resource.html.

Query String

The part of the URL that is used to pass parameters.

You can specify multiple strings and separate them with commas (,). For example, in the URL https://www.example.com/search?query=apple&category=fruit, the query string is query=apple&category=fruit.

Content Type

The HTTP header field that specifies the format and type of the transmitted data.

You can select a value from the drop-down list:

  • application / atom + xml

  • application / epub + zip

  • application / gzip

Edge Status Code

The status code returned by the ESA POP to the client.

You can select a value from the drop-down list:

  • 100 Continue

  • 204 No Content

  • 404 Not found

Origin Status Code

The HTTP response status code returned by the server.

You can select a value from the drop-down list:

  • 100 Continue

  • 204 No Content

  • 404 Not found

Browser Type

The browser type used by the client.

You can select a value from the drop-down list:

  • Chrome

  • IE

  • GoogleBot

OS Type

The operating system of the client device.

You can select a value from the drop-down list:

  • Windows

  • Android

  • iOS

User Agent

The value of the User-Agent header in the client request.

You can enter multiple entries and separate them with commas (,). Example: *curl*|*IE*|*chrome*|*firefox*.

TLS Version

The version of the TLS protocol used by the client request.

You can select a value from the drop-down list:

  • TLSv1

  • TLSv1.1

  • TLSv1.1

X-Forwarded-For

The X-Forwarded-For header in the request.

Example: 192.168.1.X, 192.168.2.X.

Operators

Operator

Description

equals

Returns data whose value equals the specified value.

does not equal

Returns data whose value does not equal the specified value.