Skip to content

Commit 820f29a

Browse files
committed
Updates after review
1 parent 374f195 commit 820f29a

File tree

4 files changed

+35
-27
lines changed

4 files changed

+35
-27
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: New fields to Gateway-related datasets in Cloudflare Logs
3+
description: Cloudflare has introduced new fields to Gateway-related datasets in Cloudflare Logs.
4+
date: 2024-10-08
5+
---
6+
7+
Cloudflare has introduced new fields to two Gateway-related datasets in Cloudflare Logs:
8+
9+
- **Gateway HTTP**: `ApplicationIDs`, `ApplicationNames`, `CategoryIDs`, `CategoryNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `VirtualNetworkID`, and `VirtualNetworkName`.
10+
11+
- **Gateway Network**: `ApplicationIDs`, `ApplicationNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `TransportProtocol`, `VirtualNetworkID`, and `VirtualNetworkName`.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Datadog hardcoded limitations
3+
description: Datadog hardcoded limitations and how they apply to Logpush.
4+
date: 2025-10-01
5+
---
6+
7+
Logpush documentation has been updated for enabling Datadog, which outlines the Datadog hardcoded limitations, and how they apply to Logpush.

src/content/docs/logs/changelog/logs.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,4 @@ import { ProductChangelog } from "~/components";
1111

1212
<ProductChangelog product="logs" />
1313

14-
## 2025-10-01
1514

16-
Logpush documentation has been updated for enabling Datadog, which outlines the Datadog hardcoded limitations, and how they apply to Logpush.
17-
18-
## 2024-10-08
19-
20-
Cloudflare has introduced new fields two Gateway-related datasets in Cloudflare Logs:
21-
22-
- **Gateway HTTP**: `ApplicationIDs`, `ApplicationNames`, `CategoryIDs`, `CategoryNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `VirtualNetworkID`, and `VirtualNetworkName`.
23-
24-
- **Gateway Network**: `ApplicationIDs`, `ApplicationNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `TransportProtocol`, `VirtualNetworkID`, and `VirtualNetworkName`.

src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,6 @@ import { Render, TabItem, Tabs, APIRequest } from "~/components";
1212

1313
Cloudflare Logpush supports pushing logs directly to Datadog via the Cloudflare dashboard or via API.
1414

15-
## Limitations
16-
17-
Please note the following Logpush sending limitations, as described in the Datadog documentation, [here](https://docs.datadoghq.com/api/latest/logs/).
18-
19-
> Send your logs to your Datadog platform over HTTP. **Limits per HTTP request are:**
20-
>
21-
> - Maximum content size per payload (uncompressed): 5MB
22-
> - Maximum size for a single log: 1MB
23-
> - Maximum array size if sending multiple logs in an array: 1000 entries
24-
25-
:::caution[Warning]
26-
27-
The above limits are hardcoded defaults. It is not possible to override these limitations using the Logpush configuration values, `max_upload_records` or `max_upload_bytes`.
28-
29-
These limitations may result in noticeable log ingestion delay within Datadog following high traffic events. Logpush will not drop unsent logs, so all logs will be uploaded to Datadog in due time.
30-
:::
31-
3215
## Manage via the Cloudflare dashboard
3316

3417
<Render file="enable-logpush-job" product="logs" />
@@ -210,3 +193,20 @@ The Datadog destination is exclusive to new jobs and might not be backward compa
210193

211194
To analyze and visualize Cloudflare metrics using the Cloudflare Integration tile for Datadog, follow the steps in the [Datadog Analytics integration page](/analytics/analytics-integrations/datadog/).
212195
:::
196+
197+
## Limitations
198+
199+
Note the following Logpush sending limitations, as described in the [Datadog documentation](https://docs.datadoghq.com/api/latest/logs/).
200+
201+
Send your logs to your Datadog platform over HTTP. Limits per HTTP request are the following:
202+
203+
- Maximum content size per payload (uncompressed): 5MB
204+
- Maximum size for a single log: 1MB
205+
- Maximum array size if sending multiple logs in an array: 1000 entries
206+
207+
:::caution[Warning]
208+
209+
The above limits are hardcoded defaults. It is not possible to override these limitations using the Logpush configuration values, `max_upload_records` or `max_upload_bytes`.
210+
211+
These limitations may result in noticeable log ingestion delay within Datadog following high traffic events. Logpush will not drop unsent logs, so all logs will be uploaded to Datadog in due time.
212+
:::

0 commit comments

Comments
 (0)