Skip to content
Merged
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
8 changes: 7 additions & 1 deletion public/__redirects
Original file line number Diff line number Diff line change
Expand Up @@ -967,10 +967,16 @@
/logs/reference/logpush-api-configuration/ /logs/get-started/api-configuration/ 301
/logs/reference/logpush-api-configuration/filters/ /logs/reference/filters/ 301
# Non-slashed version is being used in the Cloudflare dashboard
/logs/reference/logpush-api-configuration/examples/example-logpush-curl/ /logs/tutorials/examples/example-logpush-curl/ 301
/logs/reference/logpush-api-configuration/examples/example-logpush-curl/ /logs/logpush/examples/example-logpush-curl/ 301
/logs/log-explorer/ /log-explorer/log-search/ 301
/logs/reference/glossary/ /logs/glossary/ 301
/logs/about/ /logs/logpush/ 301
/logs/tutorials/ /logs/logpush/ 301
/logs/tutorials/parsing-json-log-data/ /logs/logpush/parsing-json-log-data/ 301
/logs/tutorials/examples/ /logs/logpush/examples/ 301
/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


# magic-firewall
/magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please also note that domains in the `Initializing (Setup)` or `Pending` statuse

* [Cancel active add-on subscriptions](/billing/cancel-subscription/).

* [Delete all the Logpush jobs for that domain](/logs/tutorials/examples/example-logpush-curl/#optional---delete-a-job)
* [Delete all the Logpush jobs for that domain](/logs/logpush/examples/example-logpush-curl/#optional---delete-a-job)

* If you use Cloudflare Registrar:

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/logs/get-started/api-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The `{dataset_id}` argument indicates the log category (such as `http_requests`
| `POST` | Validate log options | [Documentation](/api/resources/logpush/subresources/validate/methods/origin/) |


For concrete examples, refer to the tutorials in [Logpush examples](/logs/tutorials/examples/).
For concrete examples, refer to the tutorials in [Logpush examples](/logs/logpush/examples/).

## Connecting

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/logs/logpull/enabling-log-retention.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are two endpoints for managing log retention:

:::note[Note]

In the Linux examples below we use the optional [jq](/logs/tutorials/parsing-json-log-data/) tool to help parse the response data.
In the Linux examples below we use the optional [jq](/logs/logpush/parsing-json-log-data/) tool to help parse the response data.

To make a `POST` call, you must have zone-scoped `edit` permissions, such as Super Administrator, Administrator, or Log Share. Refer to [Make API calls](/fundamentals/api/how-to/make-api-calls/) for more information.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: navigation
title: Logpush examples
sidebar:
order: 90
order: 22
group:
hideIndex: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ After updating Logpush jobs, you may need to update external filters or reports

### Update Logpush job via API

Follow the instructions in [Update output\_options](/logs/tutorials/examples/example-logpush-curl/#optional---update-output_options) to update the fields in the Logpush job.
Follow the instructions in [Update output\_options](/logs/logpush/examples/example-logpush-curl/#optional---update-output_options) to update the fields in the Logpush job.

### Update Logpush job via Terraform

Expand Down
19 changes: 0 additions & 19 deletions src/content/docs/logs/tutorials/index.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can use Logpush with Magic Firewall IDS to log detected risks:

1. Consult the [Logpush Destination docs](/logs/get-started/api-configuration#destination) to learn about what destinations Logpush supports. The documentation will also instruct you on how to correctly format the destination URL for Logpush.

2. Follow the [Manage Lopush with cURL](/logs/tutorials/examples/example-logpush-curl) tutorial to validate your Logpush destination and define a Logpush job.
2. Follow the [Manage Lopush with cURL](/logs/logpush/examples/example-logpush-curl/) tutorial to validate your Logpush destination and define a Logpush job.

## Notes on using Logpush with IDS

Expand Down