From fc3372177637a278a5b55f330e0f68dd5ceeba3b Mon Sep 17 00:00:00 2001 From: Laurence Date: Mon, 23 Mar 2026 12:25:04 +0000 Subject: [PATCH 1/2] docs(analytics): add overview page --- docs.json | 1 + manage/analytics/overview.mdx | 43 +++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 manage/analytics/overview.mdx diff --git a/docs.json b/docs.json index 6fe199b..0256470 100644 --- a/docs.json +++ b/docs.json @@ -126,6 +126,7 @@ "group": "Logs & Analytics", "icon": "chart-bar", "pages": [ + "manage/analytics/overview", "manage/analytics/request", "manage/analytics/access", "manage/analytics/action" diff --git a/manage/analytics/overview.mdx b/manage/analytics/overview.mdx new file mode 100644 index 0000000..c16ea2d --- /dev/null +++ b/manage/analytics/overview.mdx @@ -0,0 +1,43 @@ +--- +title: "Analytics" +description: "Use request analytics to understand traffic volume, blocked requests, and geographic distribution" +--- + +import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; + + + +Analytics gives you a high-level view of request traffic across your Pangolin resources. Use it to spot traffic changes, review what Pangolin is blocking, and identify where requests are coming from before drilling into logs. + +## What It Shows + +- Total requests for the selected time window +- Requests blocked by Pangolin, including percentage +- Daily request volume split between allowed and blocked traffic +- Country-based traffic distribution + +## Filters + +Filter the page by: + +- Start time +- End time +- Resource + +## When To Use It + +- Check for spikes or drops in request volume +- See whether a rule change is blocking more traffic than expected +- Review which countries are generating traffic to a resource +- Decide when you need to pivot into request logs for more detail + + +Country analytics depends on GeoIP data. If GeoIP is not configured, country views may be empty or incomplete. + + +## Related Documentation + +- [Request Logs](/manage/analytics/request) +- [Access Logs](/manage/analytics/access) +- [Action Logs](/manage/analytics/action) +- [Rules](/manage/access-control/rules) From 5b85a636857536a368edd180712813c3ecf1294c Mon Sep 17 00:00:00 2001 From: Laurence Date: Mon, 23 Mar 2026 12:26:27 +0000 Subject: [PATCH 2/2] docs(analytics): clarify GeoIP requirement --- manage/analytics/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/analytics/overview.mdx b/manage/analytics/overview.mdx index c16ea2d..e8c8054 100644 --- a/manage/analytics/overview.mdx +++ b/manage/analytics/overview.mdx @@ -32,7 +32,7 @@ Filter the page by: - Decide when you need to pivot into request logs for more detail -Country analytics depends on GeoIP data. If GeoIP is not configured, country views may be empty or incomplete. +Country analytics depends on GeoIP data. If GeoIP is not configured, geo location data will not appear in the country views. ## Related Documentation