Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src/util/api.ts
Original file line number Diff line number Diff line change
@@ -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 () => {
Expand Down