Skip to content

Commit 1ddcb99

Browse files
angelampcostathomasgauvin
authored andcommitted
Moves filters (#23852)
1 parent be39ce9 commit 1ddcb99

File tree

21 files changed

+23
-22
lines changed

21 files changed

+23
-22
lines changed

public/__redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
/logs/logpush/logpush-dashboard/ /logs/logpush/logpush-job/enable-destinations/ 301
966966
/logs/logpush/s3-compatible-endpoints/ /logs/logpush/logpush-job/enable-destinations/s3-compatible-endpoints/ 301
967967
/logs/reference/logpush-api-configuration/ /logs/get-started/api-configuration/ 301
968-
/logs/reference/logpush-api-configuration/filters/ /logs/reference/filters/ 301
968+
/logs/reference/logpush-api-configuration/filters/ /logs/logpush/logpush-job/filters/ 301
969969
# Non-slashed version is being used in the Cloudflare dashboard
970970
/logs/reference/logpush-api-configuration/examples/example-logpush-curl/ /logs/logpush/examples/example-logpush-curl/ 301
971971
/logs/log-explorer/ /log-explorer/log-search/ 301
@@ -978,6 +978,7 @@
978978
/logs/tutorials/examples/example-logpush-python/ /logs/logpush/examples/example-logpush-python/ 301
979979
/logs/get-started/alerts-and-analytics/ /logs/logpush/alerts-and-analytics/ 301
980980
/logs/edge-log-delivery/ /logs/logpush/logpush-job/edge-log-delivery/ 301
981+
/logs/reference/filters/ /logs/logpush/logpush-job/filters/ 301
981982

982983
# magic-firewall
983984
/magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301

src/content/docs/cloudflare-for-platforms/cloudflare-for-saas/hostname-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Build custom dashboards to share this information by specifying an individual cu
4646

4747
[Logpush](/logs/logpush/) sends metadata from Cloudflare products to your cloud storage destination or SIEM.
4848

49-
Using [filters](/logs/reference/filters/), you can send set sample rates (or not include logs altogether) based on filter criteria. This flexibility allows you to maintain selective logs for custom hostnames without massively increasing your log volume.
49+
Using [filters](/logs/logpush/logpush-job/filters/), you can send set sample rates (or not include logs altogether) based on filter criteria. This flexibility allows you to maintain selective logs for custom hostnames without massively increasing your log volume.
5050

5151
Filtering is available for [all Cloudflare datasets](/logs/reference/log-fields/zone/).
5252

src/content/docs/cloudflare-one/insights/logs/logpush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To configure Logpush for Zero Trust logs:
2525
4. Choose a [Logpush destination](/logs/logpush/logpush-job/enable-destinations/).
2626
5. Follow the service-specific instructions to configure and validate your destination.
2727
6. Choose the [Zero Trust datasets](#zero-trust-datasets) to export.
28-
7. Enter a **Job name**, any [filters](/logs/reference/filters/) you would like to add, and the data fields you want to include in the logs.
28+
7. Enter a **Job name**, any [filters](/logs/logpush/logpush-job/filters/) you would like to add, and the data fields you want to include in the logs.
2929
8. (Optional) In **Advanced settings**, choose the timestamp format you prefer and whether you want to enable log sampling.
3030
9. Select **Submit**.
3131

src/content/docs/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ To set up the DLP Forensic Copy Logpush job:
9292

9393
DLP will now send a copy of HTTP requests that match this policy to your Logpush destination.
9494

95-
Logpush supports up to four DLP Forensic Copy Logpush jobs per account. By default, Gateway will send all matched HTTP requests to your configured DLP Forensic Copy jobs. To send specific policy matches to specific jobs, configure [Log filters](/logs/reference/filters/). If the request contains an archive file, DLP will only send up to 100 MB of uncompressed content to your configured storage.
95+
Logpush supports up to four DLP Forensic Copy Logpush jobs per account. By default, Gateway will send all matched HTTP requests to your configured DLP Forensic Copy jobs. To send specific policy matches to specific jobs, configure [Log filters](/logs/logpush/logpush-job/filters/). If the request contains an archive file, DLP will only send up to 100 MB of uncompressed content to your configured storage.

src/content/docs/dns/internal-dns/analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ The [fields](/analytics/graphql-api/getting-started/querying-basics/) added to c
2222

2323
Leverage Logpush jobs for [Gateway DNS](/logs/reference/log-fields/account/gateway_dns/#internaldnsfallbackstrategy). For help setting up Logpush, refer to [Get started with Logs](/logs/get-started/).
2424

25-
You can also set up [Logpush filters](/logs/reference/filters/) to only push logs related to a specific [internal zone](/dns/internal-dns/internal-zones/) or [view](/dns/internal-dns/dns-views/) ID.
25+
You can also set up [Logpush filters](/logs/logpush/logpush-job/filters/) to only push logs related to a specific [internal zone](/dns/internal-dns/internal-zones/) or [view](/dns/internal-dns/dns-views/) ID.

src/content/docs/logs/get-started/api-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Response
246246

247247
## Filter
248248

249-
Use filters to select the events to include and/or remove from your logs. For more information, refer to [Filters](/logs/reference/filters/).
249+
Use filters to select the events to include and/or remove from your logs. For more information, refer to [Filters](/logs/logpush/logpush-job/filters/).
250250

251251
## Sampling rate
252252

src/content/docs/logs/instant-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Instant Logs has a maximum data rate supported. For high volume domains, we samp
4545

4646
- **Filters** - Use filters to drill down into specific events. Filters consist of three parts: key, operator and value.
4747

48-
All supported operators can be found in the [Filters](/logs/reference/filters/) page.
48+
All supported operators can be found in the [Filters](/logs/logpush/logpush-job/filters/) page.
4949

5050
Below we have three examples of filters:
5151

src/content/docs/logs/logpush/examples/example-logpush-curl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ When using Sumo Logic, you may find it helpful to have [Live Tail](https://help.
102102
* Automated timestamp parsing within Sumo Logic; refer to [timestamps from Sumo Logic](https://help.sumologic.com/03Send-Data/Sources/04Reference-Information-for-Sources/Timestamps%2C-Time-Zones%2C-Time-Ranges%2C-and-Date-Formats) for details.
103103
* **ownership\_challenge** - Challenge token required to prove destination ownership.
104104
* **kind** (optional) - Used to differentiate between Logpush and Edge Log Delivery jobs. Refer to [Kind](/logs/get-started/api-configuration/#kind) for details.
105-
* **filter** (optional) - Refer to [Filters](/logs/reference/filters/) for details.
105+
* **filter** (optional) - Refer to [Filters](/logs/logpush/logpush-job/filters/) for details.
106106

107107
### Response
108108

src/content/docs/logs/logpush/logpush-job/enable-destinations/aws-s3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you are done entering the destination details, select **Continue**.
3636

3737
9. In the next step, you need to configure your logpush job:
3838
* Enter the **Job name**.
39-
* Under **If logs match**, you can select the events to include and/or remove from your logs. Refer to [Filters](/logs/reference/filters/) for more information. Not all datasets have this option available.
39+
* Under **If logs match**, you can select the events to include and/or remove from your logs. Refer to [Filters](/logs/logpush/logpush-job/filters/) for more information. Not all datasets have this option available.
4040
* In **Send the following fields**, you can choose to either push all logs to your storage destination or selectively choose which logs you want to push.
4141

4242
10. In **Advanced Options**, you can:

src/content/docs/logs/logpush/logpush-job/enable-destinations/azure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When you are done entering the destination details, select **Continue**.
3030

3131
8. In the next step, you need to configure your logpush job:
3232
* Enter the **Job name**.
33-
* Under **If logs match**, you can select the events to include and/or remove from your logs. Refer to [Filters](/logs/reference/filters/) for more information. Not all datasets have this option available.
33+
* Under **If logs match**, you can select the events to include and/or remove from your logs. Refer to [Filters](/logs/logpush/logpush-job/filters/) for more information. Not all datasets have this option available.
3434
* In **Send the following fields**, you can choose to either push all logs to your storage destination or selectively choose which logs you want to push.
3535

3636
9. In **Advanced Options**, you can:

0 commit comments

Comments
 (0)