Skip to content
Merged

Patch 6 #25584

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
11 changes: 11 additions & 0 deletions src/content/changelog/logs/2024-10-08-new-gateway-fields.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: New fields added to Gateway-related datasets in Cloudflare Logs
description: Cloudflare has introduced new fields to Gateway-related datasets in Cloudflare Logs.
date: 2024-10-08
---

Cloudflare has introduced new fields to two Gateway-related datasets in Cloudflare Logs:

- **Gateway HTTP**: `ApplicationIDs`, `ApplicationNames`, `CategoryIDs`, `CategoryNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `VirtualNetworkID`, and `VirtualNetworkName`.

- **Gateway Network**: `ApplicationIDs`, `ApplicationNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `TransportProtocol`, `VirtualNetworkID`, and `VirtualNetworkName`.
6 changes: 0 additions & 6 deletions src/content/docs/logs/changelog/logs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,4 @@ import { ProductChangelog } from "~/components";

<ProductChangelog product="logs" />

## 2024-10-08

Cloudflare has introduced new fields two Gateway-related datasets in Cloudflare Logs:

* **Gateway HTTP**: `ApplicationIDs`, `ApplicationNames`, `CategoryIDs`, `CategoryNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `VirtualNetworkID`, and `VirtualNetworkName`.

* **Gateway Network**: `ApplicationIDs`, `ApplicationNames`, `DestinationIPContinentCode`, `DestinationIPCountryCode`, `ProxyEndpoint`, `SourceIPContinentCode`, `SourceIPCountryCode`, `TransportProtocol`, `VirtualNetworkID`, and `VirtualNetworkName`.
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,20 @@ The Datadog destination is exclusive to new jobs and might not be backward compa

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/).
:::

## Limitations

Note the following Logpush sending limitations, as described in the [Datadog documentation](https://docs.datadoghq.com/api/latest/logs/).

Send your logs to your Datadog platform over HTTP. Limits per HTTP request are the following:

- Maximum content size per payload (uncompressed): 5 MB
- Maximum size for a single log: 1 MB
- Maximum array size if sending multiple logs in an array: 1,000 entries

:::caution[Warning]

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`.

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.
:::
Loading