Skip to content

Commit 77e9248

Browse files
authored
Added products and description to frontmatter (#30243)
1 parent 8cb2b93 commit 77e9248

85 files changed

Lines changed: 248 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/content/docs/log-explorer/api.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: reference
33
title: Log Explorer API
44
sidebar:
55
order: 5
6+
description: Query and configure Log Explorer via the API.
7+
products:
8+
- log-explorer
69
---
710

811
Configuration and Log searches are also available via a public API.

src/content/docs/log-explorer/changelog.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: changelog
33
title: Changelog
44
sidebar:
55
order: 153
6+
description: View recent changes to Cloudflare Logs.
7+
products:
8+
- log-explorer
69
---
710

811
import { ProductChangelog } from "~/components";

src/content/docs/log-explorer/custom-dashboards.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: reference
33
title: Custom dashboards
44
sidebar:
55
order: 4
6+
description: Create custom dashboards to monitor log data.
7+
products:
8+
- log-explorer
69
---
710

811
import { DashButton } from "~/components";

src/content/docs/log-explorer/example-queries.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ pcx_content_type: example
44
sidebar:
55
order: 4
66
description: SQL queries for traffic, security, and performance analysis.
7+
products:
8+
- log-explorer
79
---
810

911
The following examples show practical SQL queries you can use with the `http_requests` dataset in Log Explorer. For the full list of supported SQL syntax, refer to [SQL queries supported](/log-explorer/sql-queries/).

src/content/docs/log-explorer/faq.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ structured_data: true
55
description: Find answers to common questions about Log Explorer.
66
sidebar:
77
order: 152
8+
products:
9+
- log-explorer
810
---
911

1012
import { DashButton } from "~/components";

src/content/docs/log-explorer/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Log Explorer
33
pcx_content_type: overview
44
sidebar:
55
order: 1
6+
description: Store and explore Cloudflare logs in the dashboard.
7+
products:
8+
- log-explorer
69
---
710

811
import { Description, Feature, RelatedProduct } from "~/components"

src/content/docs/log-explorer/log-search.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: concept
33
title: Log Search
44
sidebar:
55
order: 2
6+
description: Search and explore stored logs via dashboard or API.
7+
products:
8+
- log-explorer
69
---
710

811
import { TabItem, Tabs, Render, DashButton } from "~/components";

src/content/docs/log-explorer/manage-datasets.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: reference
33
title: Manage datasets
44
sidebar:
55
order: 4
6+
description: Enable or disable Log Explorer datasets.
7+
products:
8+
- log-explorer
69
---
710

811
import { TabItem, Tabs, Render, DashButton } from "~/components";

src/content/docs/log-explorer/pricing.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: Pricing and managing usage
33
pcx_content_type: concept
44
sidebar:
55
order: 5
6+
description: Understand Log Explorer billing and usage.
7+
products:
8+
- log-explorer
69
---
710

811
Log Explorer billing is based on the volume of logs ingested and stored, measured in gigabytes (GB). Your charges scale with the amount of log data you choose to retain in Log Explorer.

src/content/docs/log-explorer/sql-queries.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ pcx_content_type: concept
33
title: SQL queries supported
44
sidebar:
55
order: 3
6+
description: Review SQL syntax supported by Log Explorer.
7+
products:
8+
- log-explorer
69
---
710

811
import { Details } from "~/components"

0 commit comments

Comments
 (0)