Skip to content

Commit 5ca9d62

Browse files
kathaylharshil1712
authored andcommitted
Update logpush.mdx (#17890)
* Update logpush.mdx add logpush size limit of 1MB per log * Update limits.mdx
1 parent 970a94b commit 5ca9d62

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ You can toggle Logpush on and off in the [Cloudflare dashboard](https://dash.clo
1313

1414
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.
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.
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.
1717

1818
:::note[Note]
1919

2020
To export logs using Logpush, you must have logs turned on for the gateway.
2121

2222
:::
2323

24+
<Render file="limits-increase" product="ai-gateway" />
25+
2426
## How logs are encrypted
2527

2628
We employ a hybrid encryption model efficiency and security. Initially, an AES key is generated for each log. This AES key is what actually encrypts the bulk of your data, chosen for its speed and security in handling large datasets efficiently.

src/content/docs/ai-gateway/reference/limits.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ The following limits apply to gateway configurations, logs, and related features
1111

1212
| Feature | Limit |
1313
| --------------------------------------------------------------- | ----------------------------------- |
14-
| Maximum datasets | 10 per gateway |
15-
| Maximum gateways | 10 per account |
16-
| Maximum logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
17-
| Maximum logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
18-
| Maximum log size stored | 10 MB per log <sup>3</sup> |
19-
| Maximum Logpush jobs | 4 per account |
20-
| Maximum gateway name length | 64 characters |
14+
| Datasets | 10 per gateway |
15+
| Gateways | 10 per account |
16+
| Logs stored [paid plan](/ai-gateway/reference/pricing/) | 10 million per gateway <sup>1</sup> |
17+
| Logs stored [free plan](/ai-gateway/reference/pricing/) | 100,000 per account <sup>2</sup> |
18+
| Log size stored | 10 MB per log <sup>3</sup> |
19+
| Logpush jobs | 4 per account |
20+
| Logpush size limit | 1MB per log |
21+
| Gateway name length | 64 characters |
2122

2223
<sup>1</sup> If you have reached 10 million logs stored per gateway, new logs
2324
will stop being saved. To continue saving logs, you must delete older logs in

0 commit comments

Comments
 (0)