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
8 changes: 7 additions & 1 deletion src/content/docs/security/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
description: Security analytics shows information about all incoming HTTP requests or mitigated requests (rule matches).
---

import { GlossaryTooltip } from "~/components";
import { Stream, GlossaryTooltip } from "~/components";

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

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

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

<Stream
id="1a426a3ae597ae3935eb97b5f97f106f"
title="Application Security: Get started guide"
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/appsec-get-started-guide.png"
/>

## Traffic

The **Traffic** tab displays information about all incoming HTTP requests for your domain, including requests not handled by Cloudflare security products.
Expand Down
8 changes: 7 additions & 1 deletion src/content/docs/waf/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar:
order: 2
---

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

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

Expand All @@ -19,6 +19,12 @@ Refer to [Concepts](/waf/concepts/) for more information on WAF concepts, main c
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.
:::

<Stream
id="1a426a3ae597ae3935eb97b5f97f106f"
title="Application Security: Get started guide"
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/appsec-get-started-guide.png"
/>

## Before you begin

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