Skip to content

Commit e8c6d82

Browse files
[AIG] rename Logpush to Workers Logpush (#19196)
* AIG rename Logpush to Workers Logpush * Logpush rename
1 parent b759443 commit e8c6d82

File tree

1 file changed

+9
-9
lines changed
  • src/content/docs/ai-gateway/observability/logging

1 file changed

+9
-9
lines changed

src/content/docs/ai-gateway/observability/logging/logpush.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: reference
3-
title: Logpush
3+
title: Workers Logpush
44
sidebar:
55
badge:
66
text: Beta
@@ -9,15 +9,15 @@ sidebar:
99
import { Render, Tabs, TabItem } from "~/components";
1010

1111
AI Gateway allows you to securely export logs to an external storage location, where you can decrypt and process them.
12-
You can toggle Logpush on and off in the [Cloudflare dashboard](https://dash.cloudflare.com) settings. This product is available on the Workers Paid plan. For pricing information, refer to [Pricing](/ai-gateway/reference/pricing).
12+
You can toggle Workers Logpush on and off in the [Cloudflare dashboard](https://dash.cloudflare.com) settings. This product is available on the Workers Paid plan. For pricing information, refer to [Pricing](/ai-gateway/reference/pricing).
1313

14-
This guide explains how to set up Logpush for AI Gateway, generate an RSA key pair for encryption, and decrypt the logs once they are received.
14+
This guide explains how to set up Workers Logpush for AI Gateway, generate an RSA key pair for encryption, and decrypt the logs once they are received.
1515

16-
You can store up to 10 million logs per gateway. If your limit is reached, new logs will stop being saved and will not be exported through Logpush. To continue saving and exporting logs, you must delete older logs to free up space for new logs. Logpush has a limit of 4 jobs and a maximum request size of 1 MB per log.
16+
You can store up to 10 million logs per gateway. If your limit is reached, new logs will stop being saved and will not be exported through Workers Logpush. To continue saving and exporting logs, you must delete older logs to free up space for new logs. Workers Logpush has a limit of 4 jobs and a maximum request size of 1 MB per log.
1717

1818
:::note[Note]
1919

20-
To export logs using Logpush, you must have logs turned on for the gateway.
20+
To export logs using Workers Logpush, you must have logs turned on for the gateway.
2121

2222
:::
2323

@@ -33,9 +33,9 @@ Once encrypted, both the AES-encrypted data and the RSA-encrypted AES key are se
3333

3434
This method combines the best of both worlds: the efficiency of AES for data encryption with the secure key exchange capabilities of RSA, ensuring data integrity, confidentiality, and performance are all optimally maintained throughout the data lifecycle.
3535

36-
## Setting up Logpush
36+
## Setting up Workers Logpush
3737

38-
To configure Logpush for AI Gateway, follow these steps:
38+
To configure Workers Logpush for AI Gateway, follow these steps:
3939

4040
## 1. Generate an RSA key pair locally
4141

@@ -88,15 +88,15 @@ node {file name}
8888

8989
## 2. Upload public key to gateway settings
9090

91-
Once you have generated the key pair, upload the public key to your AI Gateway settings. This key will be used to encrypt your logs. In order to enable Logpush, you will need logs enabled for that gateway.
91+
Once you have generated the key pair, upload the public key to your AI Gateway settings. This key will be used to encrypt your logs. In order to enable Workers Logpush, you will need logs enabled for that gateway.
9292

9393
## 3. Set up Logpush
9494

9595
To set up Logpush, refer to [Logpush Get Started](/logs/get-started/).
9696

9797
## 4. Receive encrypted logs
9898

99-
After configuring Logpush, logs will be sent encrypted using the public key you uploaded. To access the data, you will need to decrypt it using your private key. The logs will be sent to the object storage provider that you have selected.
99+
After configuring Workers Logpush, logs will be sent encrypted using the public key you uploaded. To access the data, you will need to decrypt it using your private key. The logs will be sent to the object storage provider that you have selected.
100100

101101
## 5. Decrypt logs
102102

0 commit comments

Comments
 (0)