Enforcer Dashboard

This article explains the legacy version of Rate Limiting that will undergo end-of-life on June 30, 2021. Our new version of WAF expands upon all of the capabilities offered by WAF and Rate Limiting with a simplified and centralized setup. Please upgrade to the latest version of WAF at your earliest convenience.

Use the Enforcer dashboard to identify when enforcement of your rate limit took place. For the purposes of this dashboard, an event occurs when your rate limit's threshold has been exceeded.

Sample Scenario

The Enforcer dashboard will log a single event whenever your rate limit threshold is exceeded. This occurs regardless of the number of requests that end up being rate limited as a result of this enforcement.

In this example, you have configured a rate limit of 300 requests per minute with an enforcement duration of 1 minute. Assuming the traffic pattern described below, the Enforcer dashboard will indicate that 4 events took place.

Time # of Requests

12:01

300,000

12:03

1,000,000

12:05

800,000

12:07

400,000

Overview

The Enforcer dashboard allows you to:

This article describes:

Usage

The dashboard contains two different views through which rate limit analysis may be performed, which are:

To view the Rate Limiting Dashboard

  1. Navigate to the chart view of the HTTP Rate Limiting Dashboard page. ClosedHow?From the main menu, navigate to Defend | HTTP Rate Limiting | Dashboard. Click Enforcer.

    The dashboard will display a chart showing recent enforcements of your security policy.

  2. Optional. View event log data by clicking Event Logs from the side navigation bar.

Chart View

Chart view is a useful tool for detecting patterns for rate limited traffic directed to your origin servers. This view consists of a chart and statistics for a given time period.

Chart

A chart or line graph displays the number of times that enforcement of your rate limit rate limit was initiated over a given time period.

By default, a single line on the graph represents all rate limit enforcement events. Alternatively, categorize enforcement events by selecting the desired categorization criteria from the option that appears directly above the graph. A line will be drawn on the chart for each unique value.

Key information:

Statistics

Statistics for the enforcement of your rate limits over a given time period are displayed directly below the chart. Statistics are broken down by category.

Each category may contain up to the top 10 entries.

View a brief description for each category.

The following information is displayed for each category:

Event Log View

This view provides the means to delve into the details of rate limit enforcement. Each enforcement event is described as follows:

A sample rule violation is provided below.

Enforced Rule: Drop Traffic 10s ago 12:00:00.00 UTC

Action Type: drop-request

Clicking on an event will expand that entry and display detailed information about it.

View a brief description for each event log entry field.

Key information:

Filters

Filters are applied to both the Chart and the Event Log views. Most fields support filtering.

The Chart and the Event Log views cannot be filtered by the Timestamp field. Use the Time Range option instead. This option filters the dashboard for events that occurred during a relative time period from the present (e.g., Last 24 hours or Last 7 days).

Key information:

Fields

A brief description for each field used to describe/categorize rate limiting enforcement is provided below.

Field Description

Rate Limiting Action Name

Indicates the name of the action that was applied to rate limited requests as a result of this enforcement event.

Assign names to actions by defining your rate limiting rule via our REST API.

Rate Limiting Action Type

Indicates the type of action (e.g., custom-response) that was applied to rate limited requests as a result of this enforcement event.

Rule Name

Indicates the name of the rule whose threshold was exceeded.

Timestamp

Indicates the date and time (UTC) at which rate limiting enforcement was initiated.

This field is only available from within the Event Log view. Requests may not be filtered by this field. Filter by time through the Time Range option that appears on the left-hand side of the dashboard.