Skip to content

Commit 694bb7f

Browse files
navigation refresh
1 parent d4e1197 commit 694bb7f

35 files changed

+171
-226
lines changed

src/content/docs/bots/concepts/detection-ids.mdx renamed to src/content/docs/bots/additional-configurations/detection-ids.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
pcx_content_type: concept
33
title: Detection IDs
4-
4+
sidebar:
5+
order: 2
56
---
67

78
import { Render } from "~/components"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Additional configurations
3+
pcx_content_type: navigation
4+
sidebar:
5+
order: 5
6+
group:
7+
hideIndex: true
8+
head:
9+
- tag: title
10+
content: Additional Bots configurations
11+
12+
---
13+
14+
import { DirectoryListing } from "~/components"
15+
16+
<DirectoryListing />

src/content/docs/bots/concepts/ja3-ja4-fingerprint.mdx renamed to src/content/docs/bots/additional-configurations/ja3-ja4-fingerprint/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
pcx_content_type: concept
33
title: JA3/JA4 fingerprint
4+
sidebar:
5+
order: 1
46

57
---
68

src/content/docs/bots/concepts/signals-intelligence.mdx renamed to src/content/docs/bots/additional-configurations/ja3-ja4-fingerprint/signals-intelligence.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
pcx_content_type: concept
33
title: Signals Intelligence
4-
4+
sidebar:
5+
order: 1
56
---
67

78
import { Render } from "~/components"

src/content/docs/bots/reference/javascript-detections.mdx renamed to src/content/docs/bots/additional-configurations/javascript-detections.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
type: overview
33
pcx_content_type: reference
44
title: JavaScript detections
5-
weight: 0
6-
5+
sidebar:
6+
order: 6
77
---
88

99
import { Render } from "~/components"

src/content/docs/bots/concepts/sequence-rules.mdx renamed to src/content/docs/bots/additional-configurations/sequence-rules.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
pcx_content_type: reference
33
title: Sequence rules
4-
4+
sidebar:
5+
order: 4
56
---
67

78
import { Render } from "~/components"

src/content/docs/bots/reference/static-resources.mdx renamed to src/content/docs/bots/additional-configurations/static-resources.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
pcx_content_type: reference
33
title: Static resource protection
4-
weight: 0
4+
sidebar:
5+
order: 7
56

67
---
78

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
2-
title: Business
3-
pcx_content_type: reference
2+
title: Bot Analytics
3+
pcx_content_type: navigation
44
sidebar:
5-
order: 3
5+
order: 5
66
head:
77
- tag: title
8-
content: Super Bot Fight Mode (Business) Analytics
8+
content: Cloudflare Bot Analytics
99

1010
---
1111

1212
import { GlossaryTooltip, Render } from "~/components"
1313

14+
## Business and Enterprise
15+
1416
Business and Enterprise customers without Bot Management can use **Bot Analytics** to dynamically examine bot traffic. These dashboards offer less functionality than Bot Management for Enterprise but still help you understand bot traffic on your domain.
1517

16-
## Access
18+
### Access
1719

1820
To use Bot Analytics, open the Cloudflare dashboard and select **Security** > **Bots**.
1921

2022
![View Bot Analytics in the Cloudflare dashboard. For more details, keep reading.](~/assets/images/bots/bot-analytics-dashboard-biz.png)
2123

22-
## Features
24+
### Features
2325

2426
For a full tour of Bot Analytics, see [our blog post](https://blog.cloudflare.com/introducing-bot-analytics/). At a high level, the tool includes:
2527

@@ -31,7 +33,7 @@ Bot Analytics shows up to 72 hours of data at a time and can display data up to
3133

3234
<Render file="analytics-features" />
3335

34-
## Common uses
36+
### Common uses
3537

3638
Business and Enterprise customers without Bot Management can use Bot Analytics to:
3739

@@ -40,3 +42,34 @@ Business and Enterprise customers without Bot Management can use Bot Analytics t
4042
- Learn more about Cloudflare’s detection engines with real data
4143

4244
For more details and granular control over bot traffic, consider upgrading to [Bot Management for Enterprise](/bots/bot-analytics/bm-subscription/).
45+
46+
## Enterprise Bot Management
47+
48+
Enterprise customers with Bot Management can use **Bot Analytics** to dynamically examine bot traffic.
49+
50+
### Access
51+
52+
To use Bot Analytics, open the Cloudflare dashboard and select **Security** > **Bots**.
53+
54+
![View Bot Analytics in the Cloudflare dashboard. For more details, keep reading.](~/assets/images/bots/bot-analytics-dashboard-ent.png)
55+
56+
### Features
57+
58+
<Render file="bm-analytics-features" />
59+
60+
<Render file="analytics-features" />
61+
62+
### Common uses
63+
64+
Bot Management customers can use Bot Analytics to:
65+
66+
- Understand traffic during [your onboarding phase](/bots/get-started/bm-subscription/).
67+
- Tune WAF custom rules to be effective but not overly aggressive.
68+
- Study recent attacks to find trends and detailed information.
69+
- Learn more about Cloudflare’s detection engines with real data.
70+
71+
### API
72+
73+
Data from Bot Analytics is also available via the GraphQL API. You can access <GlossaryTooltip term="bot score">bot scores</GlossaryTooltip>, bot sources, <GlossaryTooltip term="bot tags" link="/bots/concepts/cloudflare-bot-tags/">bot tags</GlossaryTooltip>, and bot _decisions_ (_automated_, _likely automated_, etc.), and more.
74+
75+
Read the [GraphQL Analytics API documentation](/analytics/graphql-api/) for more information about GraphQL and basic querying.

src/content/docs/bots/bot-analytics/bm-subscription.mdx

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/content/docs/bots/bot-analytics/index.mdx

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)