Skip to content

Commit b9a2f60

Browse files
Add info on hitorical data and maximum duration
1 parent 6a5695b commit b9a2f60

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

src/content/docs/dns/dns-firewall/analytics.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ sidebar:
66

77
---
88

9-
import { Badge } from "~/components";
9+
import { Badge, FeatureTable } from "~/components";
1010

1111
Consider the sections below to learn how to access analytics and logs for your DNS Firewall.
1212

1313
## Analytics
1414

15+
DNS Firewall analytics allow you to evaluate data about DNS queries to your account.
16+
17+
### Availability and limits
18+
19+
The historical data available covers 62 days and the maximum time interval you can get data for is also 62 days.
20+
1521
### Dashboard
1622

1723
For a quick summary, view your DNS Firewall analytics on the dashboard. The DNS analytics dashboard contains [four main panels](#panels). The filters and time frame that you specify at the top of the page apply to all of them.

src/content/plans/index.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,20 @@
757757
"pro": "No",
758758
"biz": "No",
759759
"ent": "Paid add-on"
760+
},
761+
"historical_data_account": {
762+
"title": "Historical data",
763+
"free": "N/A",
764+
"pro": "N/A",
765+
"biz": "N/A",
766+
"ent": "62 days"
767+
},
768+
"maximum_duration_account": {
769+
"title": "Maximum time interval",
770+
"free": "N/A",
771+
"pro": "N/A",
772+
"biz": "N/A",
773+
"ent": "62 days"
760774
}
761775
}
762776
},

0 commit comments

Comments
 (0)