From 54b451a11938377c504ad9086b0ad0e6e35ad13e Mon Sep 17 00:00:00 2001 From: Sahidya Date: Wed, 6 Aug 2025 15:23:43 -0400 Subject: [PATCH 1/7] sahidya/ibm_cloud_logs --- .../logs/2025-08-06-IBM-cloud-logs-integration.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/content/changelog/logs/2025-08-06-IBM-cloud-logs-integration.mdx 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. From ec000cb804ff95bf445ea1fa408729de3314c678 Mon Sep 17 00:00:00 2001 From: Sahidya Date: Wed, 13 Aug 2025 15:41:18 -0400 Subject: [PATCH 2/7] Delete 2025-08-06-IBM-cloud-logs-integration.mdx --- .../logs/2025-08-06-IBM-cloud-logs-integration.mdx | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/content/changelog/logs/2025-08-06-IBM-cloud-logs-integration.mdx 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 deleted file mode 100644 index 41e87fe66f29ce..00000000000000 --- a/src/content/changelog/logs/2025-08-06-IBM-cloud-logs-integration.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -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. From e2ef1cbb48ca4562105a3eba05aafed8a90a5cdc Mon Sep 17 00:00:00 2001 From: Sahidya Date: Wed, 5 Nov 2025 09:57:23 -0500 Subject: [PATCH 3/7] Permission changes to Logpush --- .../2025-11-05-logpush-permissions-update.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx diff --git a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx new file mode 100644 index 00000000000000..6c2a64915c3ae5 --- /dev/null +++ b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx @@ -0,0 +1,16 @@ +--- +title: "Logpush Permission Update for Zero Trust Datasets" +description: "Additonal permissions required for ZT datasets" +date: "2025-11-05" +--- + +[Permissions](/logs/logpush/permissions/) for managing Logpush jobs related to [Zero Trust datasets](/logs/logpush/logpush-job/datasets/account/) (Access, Gateway, and DEX) have been updated to improves data security and enforce appropriate access controls. + +To view, create, update, or delete Logpush jobs for Zero Trust datasets, users must now have both of the following permissions: + +- logs:edit +- teams:pii + +:::note +Update your UI, API or Terraform configurations to include the new permissions. Requests to Zero Trust datasets will fail due to insufficient access without the additional permission. +::: From b8c7aac2236512baa29dd25cb16d2c4a11e549db Mon Sep 17 00:00:00 2001 From: Sahidya Date: Thu, 6 Nov 2025 09:40:09 -0500 Subject: [PATCH 4/7] Update src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx Co-authored-by: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> --- .../changelog/logs/2025-11-05-logpush-permissions-update.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx index 6c2a64915c3ae5..2fd89475ee4a87 100644 --- a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx +++ b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx @@ -1,5 +1,5 @@ --- -title: "Logpush Permission Update for Zero Trust Datasets" +title: Logpush Permission Update for Zero Trust Datasets description: "Additonal permissions required for ZT datasets" date: "2025-11-05" --- From 3741efc5796ae8a5bcac69f223f29925a09ed991 Mon Sep 17 00:00:00 2001 From: Sahidya Date: Thu, 6 Nov 2025 09:40:16 -0500 Subject: [PATCH 5/7] Update src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx Co-authored-by: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> --- .../changelog/logs/2025-11-05-logpush-permissions-update.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx index 2fd89475ee4a87..b2fe71111b2d01 100644 --- a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx +++ b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx @@ -1,6 +1,6 @@ --- title: Logpush Permission Update for Zero Trust Datasets -description: "Additonal permissions required for ZT datasets" +description: Additional permissions required for ZT datasets date: "2025-11-05" --- From cee69c79f73377cdb6f931679512d65e8250e259 Mon Sep 17 00:00:00 2001 From: Sahidya Date: Thu, 6 Nov 2025 09:40:30 -0500 Subject: [PATCH 6/7] Update src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> --- .../changelog/logs/2025-11-05-logpush-permissions-update.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx index b2fe71111b2d01..bfab4c3864b0a4 100644 --- a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx +++ b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx @@ -8,8 +8,8 @@ date: "2025-11-05" To view, create, update, or delete Logpush jobs for Zero Trust datasets, users must now have both of the following permissions: -- logs:edit -- teams:pii +- Logs Edit +- Zero Trust: PII Read :::note Update your UI, API or Terraform configurations to include the new permissions. Requests to Zero Trust datasets will fail due to insufficient access without the additional permission. From 576d73f82e54e75817df6e681d85d40f53bb0f89 Mon Sep 17 00:00:00 2001 From: Sahidya Date: Thu, 6 Nov 2025 09:40:43 -0500 Subject: [PATCH 7/7] Update src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx Co-authored-by: Maddy <130055405+Maddy-Cloudflare@users.noreply.github.com> --- .../changelog/logs/2025-11-05-logpush-permissions-update.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx index bfab4c3864b0a4..564d8d3c85581f 100644 --- a/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx +++ b/src/content/changelog/logs/2025-11-05-logpush-permissions-update.mdx @@ -1,7 +1,7 @@ --- title: Logpush Permission Update for Zero Trust Datasets description: Additional permissions required for ZT datasets -date: "2025-11-05" +date: 2025-11-05 --- [Permissions](/logs/logpush/permissions/) for managing Logpush jobs related to [Zero Trust datasets](/logs/logpush/logpush-job/datasets/account/) (Access, Gateway, and DEX) have been updated to improves data security and enforce appropriate access controls.