Skip to content

Commit 7e44dc2

Browse files
authored
Add destinations link (#24379)
1 parent 5c933c6 commit 7e44dc2

File tree

2 files changed

+10
-13
lines changed
  • src/content/docs

2 files changed

+10
-13
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ sidebar:
55
order: 8
66
---
77

8+
import { GlossaryTooltip } from "~/components";
9+
810
:::note
911
Only available on Enterprise plans.
1012
:::
1113

12-
With Cloudflare's [Logpush](/logs/logpush/) service, you can configure the automatic export of Zero Trust logs to third-party storage destinations or to security information and event management (SIEM) tools. Once exported, your team can analyze and audit the data as needed.
14+
With Cloudflare's [Logpush](/logs/logpush/) service, you can configure the automatic export of Zero Trust logs to third-party storage destinations or to third-party <GlossaryTooltip term="SIEM" >security information and event management (SIEM)</GlossaryTooltip> solutions. Once exported, your team can analyze and audit the data as needed.
1315

1416
## Export Zero Trust logs with Logpush
1517

@@ -29,19 +31,19 @@ To configure Logpush for Zero Trust logs:
2931
8. (Optional) In **Advanced settings**, choose the timestamp format you prefer and whether you want to enable log sampling.
3032
9. Select **Submit**.
3133

32-
The setup of your Logpush integration is now complete. Logpush will send updated logs every five minutes to your selected destination.
34+
The setup of your Logpush integration is now complete. Logpush will send updated logs every five minutes to your selected destination. You can configure multiple destinations and add additional fields to your logs by returning to the **Logpush** page.
3335

34-
You can configure multiple destinations and add additional fields to your logs by returning to the **Logpush** page.
36+
For more information on supported destinations, refer to [Enable destinations](/logs/logpush/logpush-job/enable-destinations/).
3537

3638
## Zero Trust datasets
3739

3840
Refer to [Logpush datasets](/logs/logpush/logpush-job/datasets/) for a list of all available fields.
3941

40-
| Dataset | Description |
41-
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
42+
| Dataset | Description |
43+
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
4244
| [Access Requests](/logs/logpush/logpush-job/datasets/account/access_requests/) | HTTP requests to sites protected by Cloudflare Access |
4345
| [Audit Logs](/logs/logpush/logpush-job/datasets/account/audit_logs/) | Authentication events through Cloudflare Access |
44-
| [Browser Isolation User Actions](/logs/logpush/logpush-job/datasets/account/biso_user_actions/) | Data transfer actions performed by a user in the remote browser |
46+
| [Browser Isolation User Actions](/logs/logpush/logpush-job/datasets/account/biso_user_actions/) | Data transfer actions performed by a user in the remote browser |
4547
| [CASB Findings](/logs/logpush/logpush-job/datasets/account/casb_findings/) | Security issues detected by Cloudflare CASB |
4648
| [Device Posture Results](/logs/logpush/logpush-job/datasets/account/device_posture_results/) | Device posture status from the WARP client |
4749
| [DLP Forensic Copies](/logs/logpush/logpush-job/datasets/account/dlp_forensic_copies/) | Entire HTTP requests or payloads of HTTP requests captured by [Cloudflare DLP](/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/) |

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@ pcx_content_type: navigation
33
title: Enable destinations
44
sidebar:
55
order: 3
6-
76
---
87

9-
import { DirectoryListing, GlossaryTooltip } from "~/components"
8+
import { DirectoryListing, GlossaryTooltip } from "~/components";
109

1110
Enable pushing logs to your storage service, <GlossaryTooltip term="SIEM">SIEM solution</GlossaryTooltip>, or log management provider.
1211

1312
:::note
14-
15-
16-
Note that you will need to allowlist IP addresses to accept incoming Cloudflare Logpush traffic. Refer to [Cloudflare IPs](https://www.cloudflare.com/ips/) for the complete list of IPs.
17-
18-
13+
Note that you will need to allowlist IP addresses to accept incoming Cloudflare Logpush traffic. Refer to [Cloudflare IPs](https://www.cloudflare.com/ips/) for the complete list of IPs.
1914
:::
2015

2116
<DirectoryListing />

0 commit comments

Comments
 (0)