You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
13
13
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.
15
15
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.
17
17
18
18
:::note[Note]
19
19
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.
21
21
22
22
:::
23
23
@@ -33,9 +33,9 @@ Once encrypted, both the AES-encrypted data and the RSA-encrypted AES key are se
33
33
34
34
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.
35
35
36
-
## Setting up Logpush
36
+
## Setting up Workers Logpush
37
37
38
-
To configure Logpush for AI Gateway, follow these steps:
38
+
To configure Workers Logpush for AI Gateway, follow these steps:
39
39
40
40
## 1. Generate an RSA key pair locally
41
41
@@ -88,15 +88,15 @@ node {file name}
88
88
89
89
## 2. Upload public key to gateway settings
90
90
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.
92
92
93
93
## 3. Set up Logpush
94
94
95
95
To set up Logpush, refer to [Logpush Get Started](/logs/get-started/).
96
96
97
97
## 4. Receive encrypted logs
98
98
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.
0 commit comments