Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions src/content/changelog/dns/2025-09-16-DNSFW-Analytics-UI.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: DNS Firewall Analytics — now in the Cloudflare dashboard
description: Quickly set up common rules with pre-built templates.
date: 2025-09-16
---

import { DashButton } from "~/components";

# What's New

Access [GraphQL-powered DNS Firewall analytics](/dns/dns-firewall/analytics/) directly in the Cloudflare dashboard.

![DNS Firewall Analytics UI](~/assets/images/changelog/dns/DNSFW_Analytics_UI.png)

## Explore Four Interactive Panels

- **Query summary**: Describes trends over time, segmented by dimensions.
- **Query statistics**: Describes totals, cached/uncached queries, and processing/response times.
- **DNS queries by data center**: Describes global view and the top 10 data centers.
- **Top query statistics**: Shows a breakdown by key dimensions, with search and expand options (up to top 100 items).

Additional features:

- Apply filters and time ranges once. Changes reflect across all panels.
- Filter by dimensions like query name, query type, cluster, data center, protocol (UDP/TCP), IP version, response code/reason, and more.
- Access up to 62 days of historical data with flexible intervals.

## Availability

Available to all DNS Firewall customers as part of their existing subscription.

## Where to Find It

- In the Cloudflare dashboard, go to the **DNS Firewall** page.

<DashButton url="/?to=/:account/dns-firewall" />

- Refer to the [DNS Firewall Analytics](/dns/dns-firewall/analytics/) to learn more.
Loading