From efea2a9d6264fbf92f6b5b3927af79ba7ef87740 Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Tue, 22 Jul 2025 09:50:58 +0100 Subject: [PATCH] Moves edge log delivery --- public/__redirects | 1 + src/content/docs/logs/logpush/index.mdx | 4 ---- .../docs/logs/{ => logpush/logpush-job}/edge-log-delivery.mdx | 3 +-- .../logs/logpush/logpush-job/enable-destinations/index.mdx | 2 +- src/content/docs/logs/logpush/logpush-job/index.mdx | 2 ++ 5 files changed, 5 insertions(+), 7 deletions(-) rename src/content/docs/logs/{ => logpush/logpush-job}/edge-log-delivery.mdx (89%) diff --git a/public/__redirects b/public/__redirects index ea84003fc5271f2..95e5821ba21d232 100644 --- a/public/__redirects +++ b/public/__redirects @@ -977,6 +977,7 @@ /logs/tutorials/examples/example-logpush-curl/ /logs/logpush/examples/example-logpush-curl/ 301 /logs/tutorials/examples/example-logpush-python/ /logs/logpush/examples/example-logpush-python/ 301 /logs/get-started/alerts-and-analytics/ /logs/logpush/alerts-and-analytics/ 301 +/logs/edge-log-delivery/ /logs/logpush/logpush-job/edge-log-delivery/ 301 # magic-firewall /magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301 diff --git a/src/content/docs/logs/logpush/index.mdx b/src/content/docs/logs/logpush/index.mdx index 058011eb0c4efb1..b95f07866abeef4 100644 --- a/src/content/docs/logs/logpush/index.mdx +++ b/src/content/docs/logs/logpush/index.mdx @@ -27,7 +27,3 @@ Users without an Enterprise plan can still access [Workers Trace Events Logpush] ::: - -## Next steps - - Get started diff --git a/src/content/docs/logs/edge-log-delivery.mdx b/src/content/docs/logs/logpush/logpush-job/edge-log-delivery.mdx similarity index 89% rename from src/content/docs/logs/edge-log-delivery.mdx rename to src/content/docs/logs/logpush/logpush-job/edge-log-delivery.mdx index 397f0e84c2f368a..b467a9578b34af1 100644 --- a/src/content/docs/logs/edge-log-delivery.mdx +++ b/src/content/docs/logs/logpush/logpush-job/edge-log-delivery.mdx @@ -2,7 +2,7 @@ pcx_content_type: concept title: Edge Log Delivery sidebar: - order: 22 + order: 7 --- @@ -12,4 +12,3 @@ Edge Log Delivery allows customers to send logs directly from Cloudflare’s edg Edge Log Delivery is only available for HTTP request logs. Refer to the [API configuration](/logs/get-started/api-configuration/#kind) page for steps on how to configure a job to use Edge Log Delivery. - Get started diff --git a/src/content/docs/logs/logpush/logpush-job/enable-destinations/index.mdx b/src/content/docs/logs/logpush/logpush-job/enable-destinations/index.mdx index a0a4c792f6b1bbc..d1087833df86e0d 100644 --- a/src/content/docs/logs/logpush/logpush-job/enable-destinations/index.mdx +++ b/src/content/docs/logs/logpush/logpush-job/enable-destinations/index.mdx @@ -2,7 +2,7 @@ pcx_content_type: navigation title: Enable destinations sidebar: - order: 44 + order: 3 --- diff --git a/src/content/docs/logs/logpush/logpush-job/index.mdx b/src/content/docs/logs/logpush/logpush-job/index.mdx index 53cc050871ceb11..d623b8340ec0f2f 100644 --- a/src/content/docs/logs/logpush/logpush-job/index.mdx +++ b/src/content/docs/logs/logpush/logpush-job/index.mdx @@ -3,5 +3,7 @@ pcx_content_type: how-tp title: Logpush job setup sidebar: order: 1 + group: + hideIndex: true --- \ No newline at end of file