Skip to content

Commit a3d1931

Browse files
Adds change log for Logs (#17760)
1 parent b613b03 commit a3d1931

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/content/changelogs/logs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
link: "/logs/changelog/"
3+
productName: Logs
4+
productLink: "/logs/"
5+
productArea: Core platform
6+
productAreaLink: /fundamentals/reference/changelog/platform/
7+
entries:
8+
- publish_date: "2024-10-08"
9+
description: |-
10+
- Cloudflare has introduced new fields two Gateway-related datasets in Cloudflare Logs:
11+
12+
- **Gateway HTTP**: `ApplicationIDs`, `ApplicationNames`, `CategoryIDs`, `CategoryNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `VirtualNetworkID`, and `VirtualNetworkName`.
13+
14+
- **Gateway Network**: `ApplicationIDs`, `ApplicationNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `TransportProtocol`, `VirtualNetworkID`, and `VirtualNetworkName`.
15+
16+
17+
18+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- logs
6+
sidebar:
7+
order: 140
8+
---
9+
10+
import { ProductChangelog } from "~/components";
11+
12+
{/* <!-- Actual content lives in /src/content/changelogs/logs.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
13+
14+
<ProductChangelog />

0 commit comments

Comments
 (0)