diff --git a/src/content/changelog/logs/2025-08-06-IBM-cloud-logs-integration.mdx b/src/content/changelog/logs/2025-08-06-IBM-cloud-logs-integration.mdx new file mode 100644 index 00000000000000..41e87fe66f29ce --- /dev/null +++ b/src/content/changelog/logs/2025-08-06-IBM-cloud-logs-integration.mdx @@ -0,0 +1,11 @@ +--- +title: IBM Cloud Logs as Logpush destination +description: Enable IBM Cloud Logs as a Logpush destination +date: 2025-08-06 +--- + +Cloudflare Logpush now supports IBM Cloud Logs as a native destination. + +Logs from Cloudflare can be sent to [IBM Cloud Logs](https://www.ibm.com/products/cloud-logs) via [Logpush](/logs/logpush/). The setup can be done through the Logpush UI in the Cloudflare Dashboard or by using the [Logpush API](/api/resources/logpush/subresources/jobs/). The integration requires IBM Cloud Logs HTTP Source Address and an IBM API Key. The feature also allows for filtering events and selecting specific log fields. + +For more information refer to [Destination Configuration](/logs/logpush/logpush-job/enable-destinations/ibm-cloud-logs/) documentation. diff --git a/src/util/api.ts b/src/util/api.ts index c1a1f93139fe5b..04fcd31a19379e 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -1,7 +1,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "78074d82a7567a9e0fa308e8f79e7e436f25f828"; +const COMMIT = "452be897d64d328f68c96520b16fc5f15ce58a97"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {