Skip to content

Commit e2e0542

Browse files
added dashbutton (#25519)
1 parent ea5fa68 commit e2e0542

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/content/partials/networking-services/ipsec-logs-troubleshooting.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ params:
33
- productName
44
---
55

6+
import { DashButton } from "~/components";
7+
68
{props.productName} customers can use IPsec logs to help them troubleshoot issues with their IPsec tunnels. This functionality is specifically aimed at the key-exchange portion of the IPsec handshake, where customers can run into issues. With IPsec logs, customers can set up a logpush job to forward their IPsec logs to their preferred storage service. Once they have the logs, they can investigate and find the root cause of their key exchange issues.
79

810
## Set up an IPsec logpush job
911

10-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login).
11-
2. Go to **Analytics & Logs** > **Logpush**.
12+
1. In the Cloudflare dashboard, go to the **Logpush** page.
13+
14+
<DashButton url="/?to=/:account/logs" />
15+
1216
3. Select **Create a Logpush job**.
1317
4. Select **IPsec logs** as your dataset.
1418

0 commit comments

Comments
 (0)