Skip to content

Commit de7e3a7

Browse files
[Logs] Creates a Logpush section in the docs (#23713)
* Creates a Logpush section * Corrects link * Removes redirect
1 parent c0382a6 commit de7e3a7

File tree

32 files changed

+33
-33
lines changed

32 files changed

+33
-33
lines changed

public/__redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,6 @@
957957
/logs/log-fields/ /logs/reference/log-fields/ 301
958958
/logs/logpull-api/ /logs/logpull/ 301
959959
/logs/logpull-api/requesting-logs/ /logs/logpull/requesting-logs/ 301
960-
/logs/logpush/ /logs/about/ 301
961960
/logs/logpush/aws-s3/ /logs/get-started/enable-destinations/aws-s3/ 301
962961
/logs/logpush/azure/ /logs/get-started/enable-destinations/azure/ 301
963962
/logs/logpush/google-cloud-storage/ /logs/get-started/enable-destinations/google-cloud-storage/ 301
@@ -971,6 +970,7 @@
971970
/logs/reference/logpush-api-configuration/examples/example-logpush-curl/ /logs/tutorials/examples/example-logpush-curl/ 301
972971
/logs/log-explorer/ /log-explorer/log-search/ 301
973972
/logs/reference/glossary/ /logs/glossary/ 301
973+
/logs/about/ /logs/logpush/ 301
974974

975975
# magic-firewall
976976
/magic-firewall/reference/examples/ /magic-firewall/how-to/add-rules/ 301

src/content/changelog/access/2025-01-15-ssh-logs-and-logpush.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ date: 2025-01-15
88
Only available on Enterprise plans.
99
:::
1010

11-
Cloudflare now allows you to send SSH command logs to storage destinations configured in [Logpush](/logs/about/), including third-party destinations. Once exported, analyze and audit the data as best fits your organization! For a list of available data fields, refer to the [SSH logs dataset](/logs/reference/log-fields/account/ssh_logs/).
11+
Cloudflare now allows you to send SSH command logs to storage destinations configured in [Logpush](/logs/logpush/), including third-party destinations. Once exported, analyze and audit the data as best fits your organization! For a list of available data fields, refer to the [SSH logs dataset](/logs/reference/log-fields/account/ssh_logs/).
1212

1313
To set up a Logpush job, refer to [Logpush integration](/cloudflare-one/insights/logs/logpush/).

src/content/docs/analytics/account-and-zone-analytics/zone-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ This panel features metrics for Cloudflare Workers. To learn more, read [Cloudfl
121121

122122
### Logs
123123

124-
The Logs tab is not a metrics feature. Instead, Customers in the Enterprise plan can enable the [Cloudflare Logs Logpush](/logs/about/) service. You can use Logpush to download and analyze data using any analytics tool of your choice. 
124+
The Logs tab is not a metrics feature. Instead, Customers in the Enterprise plan can enable the [Cloudflare Logs Logpush](/logs/logpush/) service. You can use Logpush to download and analyze data using any analytics tool of your choice. 

src/content/docs/analytics/analytics-integrations/graylog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before sending your Cloudflare log data to Graylog, make sure that you:
2020

2121
* Have an existing Graylog installation. Both single-node and cluster configurations are supported
2222
* Have a Cloudflare Enterprise account with Cloudflare Logs enabled
23-
* Configure [Logpush](/logs/about/)
23+
* Configure [Logpush](/logs/logpush/)
2424

2525
:::note[Note]
2626

@@ -34,7 +34,7 @@ Cloudflare logs are HTTP/HTTPS request logs in JSON format and are gathered from
3434

3535
Before getting Cloudflare logs into Graylog:
3636

37-
1. Configure Cloudflare [Logpush](/logs/about/) to push logs with all desired fields to an AWS S3 bucket of your choice.
37+
1. Configure Cloudflare [Logpush](/logs/logpush/) to push logs with all desired fields to an AWS S3 bucket of your choice.
3838
2. Download the latest [Graylog Integration for Cloudflare](https://github.com/Graylog2/graylog-s3-lambda/blob/master/content-packs/cloudflare/cloudflare-logpush-content-pack.json).
3939
3. Decompress the zip file.
4040

src/content/docs/analytics/analytics-integrations/looker.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before sending your Cloudflare log data to Looker, make sure that you:
1919

2020
- Have an existing Looker account
2121
- Have a Cloudflare Enterprise account with Cloudflare Logs enabled
22-
- Configure [Logpush](/logs/about/) or [Logpull](/logs/logpull/)
22+
- Configure [Logpush](/logs/logpush/) or [Logpull](/logs/logpull/)
2323
- Load your data in a [database supported by Looker](https://looker.com/solutions/other-databases)
2424

2525
:::note[Note]

src/content/docs/analytics/network-analytics/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ For a technical deep-dive into Network Analytics, refer to our [blog post](https
2626
## Related resources
2727

2828
* [Cloudflare GraphQL API](/analytics/graphql-api/)
29-
* [Cloudflare Logpush](/logs/about/)
29+
* [Cloudflare Logpush](/logs/logpush/)
3030
* [Migrating from Network Analytics v1 to Network Analytics v2](/analytics/graphql-api/migration-guides/network-analytics-v2/)
3131
* [Cloudflare Network Analytics v1](/analytics/network-analytics/reference/network-analytics-v1/) <InlineBadge preset="deprecated" />

src/content/docs/bots/concepts/bot-tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once you [enable bot tags](#enable-bot-tags), you can see more information about
2626

2727
## Enable bot tags
2828

29-
To enable bot tags, include the `BotTags` log field when using our [Logpush service](/logs/about/).
29+
To enable bot tags, include the `BotTags` log field when using our [Logpush service](/logs/logpush/).
3030

3131
## Limitations
3232

src/content/docs/bots/frequently-asked-questions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You may also see Managed Challenge due to a triggered [WAF custom rule](/cloudfl
6363

6464
This does not mean that your traffic was blocked. It is the challenge sent to your user to determine whether they are likely human or likely bot.
6565

66-
To understand if the result of the challenge was a success or a failure, you can verify using [Logpush](/logs/about/).
66+
To understand if the result of the challenge was a success or a failure, you can verify using [Logpush](/logs/logpush/).
6767

6868
### Does the WAF run before Super Bot Fight Mode?
6969

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
@@ -44,7 +44,7 @@ Build custom dashboards to share this information by specifying an individual cu
4444

4545
## Logpush
4646

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

4949
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.
5050

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To manually retrieve logs:
149149
Only available on Enterprise plans.
150150
:::
151151

152-
Cloudflare allows you to send SSH command logs to storage destinations configured in [Logpush](/logs/about/), including third-party destinations. For a list of available data fields, refer to the [SSH logs dataset](/logs/reference/log-fields/account/ssh_logs/).
152+
Cloudflare allows you to send SSH command logs to storage destinations configured in [Logpush](/logs/logpush/), including third-party destinations. For a list of available data fields, refer to the [SSH logs dataset](/logs/reference/log-fields/account/ssh_logs/).
153153

154154
To set up the Logpush job, refer to [Logpush integration](/cloudflare-one/insights/logs/logpush/).
155155

0 commit comments

Comments
 (0)