Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/reference/motlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,15 @@

| Deployment type | Rate limit | Burst limit | Dynamic scaling |
|----------------|------------|-------------|-----------------|
| Serverless | 15 MB/s | 30 MB/s | Not available |
| Serverless | 30 MB/s | 60 MB/s | Not available |
| ECH | 1 MB/s (initial) | 2 MB/s (initial) | Yes |

As long as your data ingestion rate stays at or below the rate limit and burst limit, your requests are accepted.

:::{note}
For the {{serverless-full}} trial, the rate limit is reduced to 15 MB/s and the burst limit is 30 MB/s.

Check notice on line 126 in docs/reference/motlp.md

View workflow job for this annotation

GitHub Actions / vale

Elastic.Passive: In general, use active voice instead of passive voice ('is reduced').
:::

### Dynamic rate scaling for {{ech}}
```{applies_to}
ess:
Expand Down
Loading