Skip to content

Commit 09e903a

Browse files
authored
Added app sec get started video (#25166)
1 parent ae2c927 commit 09e903a

File tree

3 files changed

+616
-2
lines changed

3 files changed

+616
-2
lines changed

src/content/docs/security/analytics.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
description: Security analytics shows information about all incoming HTTP requests or mitigated requests (rule matches).
88
---
99

10-
import { GlossaryTooltip } from "~/components";
10+
import { Stream, GlossaryTooltip } from "~/components";
1111

1212
Security analytics shows information about all incoming HTTP requests or only about requests mitigated by Cloudflare.
1313

@@ -17,6 +17,12 @@ By default, Security Analytics queries filter on `requestSource = 'eyeball'`, wh
1717

1818
Security analytics is available in **Security** > **Analytics**.
1919

20+
<Stream
21+
id="1a426a3ae597ae3935eb97b5f97f106f"
22+
title="Application Security: Get started guide"
23+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/appsec-get-started-guide.png"
24+
/>
25+
2026
## Traffic
2127

2228
The **Traffic** tab displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.

src/content/docs/waf/get-started.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 2
66
---
77

8-
import { Details, GlossaryTooltip, Tabs, TabItem, Steps, Render } from "~/components";
8+
import { Stream, Details, GlossaryTooltip, Tabs, TabItem, Steps, Render } from "~/components";
99

1010
<Render file="survey" product="waf" />
1111

@@ -19,6 +19,12 @@ Refer to [Concepts](/waf/concepts/) for more information on WAF concepts, main c
1919
This guide focuses on configuring WAF for individual domains, known as <GlossaryTooltip term="zone">zones</GlossaryTooltip>. The WAF configuration is also available at the account level for Enterprise customers with a paid add-on.
2020
:::
2121

22+
<Stream
23+
id="1a426a3ae597ae3935eb97b5f97f106f"
24+
title="Application Security: Get started guide"
25+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/appsec-get-started-guide.png"
26+
/>
27+
2228
## Before you begin
2329

2430
- Make sure that you have [set up a Cloudflare account](/fundamentals/account/) and [added your domain](/fundamentals/manage-domains/add-site/) to Cloudflare.

0 commit comments

Comments
 (0)