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
31 changes: 31 additions & 0 deletions src/content/changelog/dns/2026-03-20-dns-analytics-cmb-eu.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: DNS Analytics for Customer Metadata Boundary set to EU region
description: DNS Analytics and DNS Firewall Analytics now support accounts with Customer Metadata Boundary set to EU.
date: 2026-03-20
---

import { DashButton } from "~/components";

DNS Analytics is now available for customers with [Customer Metadata Boundary](/data-localization/metadata-boundary/) (CMB) set to EU. Query your DNS analytics data while keeping metadata stored in the EU region.

This update includes:

- **DNS Analytics** — Access the same DNS analytics experience for zones in CMB=EU accounts.
- **EU data residency** — Analytics data is stored and queried from the EU region, meeting data localization requirements.
- **DNS Firewall Analytics** — DNS Firewall analytics is now supported for CMB=EU customers.

## Availability

Available to customers with the [Data Localization Suite](/data-localization/) who have Customer Metadata Boundary configured for the EU region.

## Where to find it

- **Authoritative DNS:** In the Cloudflare dashboard, select your zone and go to the **Analytics** page.

<DashButton url="/?to=/:account/:zone/dns/analytics" />

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

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

For more information, refer to [DNS Analytics](/dns/additional-options/analytics/) and [DNS Firewall Analytics](/dns/dns-firewall/analytics/).
6 changes: 2 additions & 4 deletions src/content/docs/data-localization/compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The table below provides a summary of the Data Localization Suite product's beha
| ------------------------------------------ | --------------- | ----------------- | -------------------------- |
| Caching/CDN | ✅ | ✅ | ✅ |
| Cache Reserve | ⚫️ | 🚧 | ✅ [^29] |
| DNS | ⚫️ | 🚧 [^33] | 🚧 [^32] |
| DNS | ⚫️ | 🚧 [^33] | |
| HTTP/3 (with QUIC) | ⚫️ | ✘ | ⚫️ |
| Image Resizing | ✅ | ✅ [^6] | 🚧 [^1] |
| Load Balancing | ✅ | ✅ | 🚧 [^1] |
Expand All @@ -45,7 +45,7 @@ The table below provides a summary of the Data Localization Suite product's beha
| Advanced DDoS Protection | ✅ | ✅ | 🚧 [^3] |
| API Shield | ✅ | ✅ | 🚧 [^4] |
| Bot Management | ✅ | ✅ | ✅ |
| DNS Firewall | ⚫️ | ⚫️ | 🚧 [^22] |
| DNS Firewall | ⚫️ | ⚫️ | ✅ |
| Page Shield | ✅ | ✅ | ✅ |
| Rate Limiting | ✅ | ✅ | ✅ [^37] |
| SSL | ✅ | ✅ | ✅ |
Expand Down Expand Up @@ -174,8 +174,6 @@ The table below provides a summary of the Data Localization Suite product's beha

[^31]: DLP is part of Gateway HTTP, however, [DLP detection entries](/cloudflare-one/data-loss-prevention/detection-entries/) are not available outside US region when using Customer Metadata Boundary.

[^32]: Dashboard Analytics are empty when using CMB outside the US region. Use Logpush instead.

[^33]: [Outgoing zone transfers](/dns/zone-setups/zone-transfers/cloudflare-as-primary/) will carry Earth region proxy IPs, thus making regional service dysfunctional when non-Cloudflare nameservers respond to the DNS queries.

[^34]: Jurisdictional Restrictions (storage) for Workers KV pairs is not supported today.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The table below shows a non-exhaustive list of GraphQL Analytics API fields that
| ------------------------------------------ | -------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Application Performance | Caching/CDN | US and EU <br/> `httpRequestsAdaptive` <br/> `httpRequestsAdaptiveGroups` <br/> `httpRequestsOverviewAdaptiveGroups` <br/> `httpRequests1mGroups` <br/> `httpRequests1hGroups` <br/> `httpRequests1dGroups` |
| Cache Reserve | | US and EU <br/> `cacheReserveOperationsAdaptiveGroups` <br/> `cacheReserveRequestsAdaptiveGroups` <br/> `cacheReserveStorageAdaptiveGroups` |
| DNS | | US only <br/> `dnsAnalyticsAdaptive` <br/> `dnsAnalyticsAdaptiveGroups` |
| DNS | | US and EU <br/> `dnsAnalyticsAdaptive` <br/> `dnsAnalyticsAdaptiveGroups` |
| Image Resizing | | US only <br/> `imageResizingRequests1mGroups` <br/> `imagesRequestsAdaptiveGroups` <br/> `imagesUniqueTransformations` |
| Load Balancing | | US only <br/> [`loadBalancingRequestsAdaptive`](/load-balancing/reference/load-balancing-analytics/#graphql-analytics) <br/> [`loadBalancingRequestsAdaptiveGroups`](/load-balancing/reference/load-balancing-analytics/#graphql-analytics) <br/> `healthCheckEventsAdaptive` <br/> `healthCheckEventsAdaptiveGroups` |
| Stream Delivery | Same as Caching/CDN |
Expand Down
Loading