diff --git a/src/content/changelog/logs/2024-10-08-new-gateway-fields.mdx b/src/content/changelog/logs/2024-10-08-new-gateway-fields.mdx new file mode 100644 index 00000000000000..5c89e845304dd5 --- /dev/null +++ b/src/content/changelog/logs/2024-10-08-new-gateway-fields.mdx @@ -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`. \ No newline at end of file diff --git a/src/content/docs/logs/changelog/logs.mdx b/src/content/docs/logs/changelog/logs.mdx index b8a13ccef76808..c2f1d0c2da113d 100644 --- a/src/content/docs/logs/changelog/logs.mdx +++ b/src/content/docs/logs/changelog/logs.mdx @@ -11,10 +11,4 @@ import { ProductChangelog } from "~/components"; -## 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`. \ No newline at end of file diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx index 90c70c0c4f7ad5..80ffbe1eb08009 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/datadog.mdx @@ -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. +::: \ No newline at end of file