mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[docs] Explain max payload size in RUM source map docs (#165732)
## Summary Closes https://github.com/elastic/observability-docs/issues/3021.
This commit is contained in:
parent
aeb26bd19d
commit
ddf1db09f9
1 changed files with 10 additions and 0 deletions
|
@ -503,6 +503,16 @@ The following APIs are available:
|
|||
* <<rum-sourcemap-get>>
|
||||
* <<rum-sourcemap-delete>>
|
||||
|
||||
[float]
|
||||
[[limit-sourcemap-api]]
|
||||
==== Max payload size
|
||||
|
||||
{kib}'s maximum payload size is 1mb.
|
||||
If you attempt to upload a source map that exceeds the max payload size, you will get a `413` error.
|
||||
|
||||
Before uploading source maps that exceed this default, change the maximum payload size allowed by {kib}
|
||||
with the <<server-maxPayload,`server.maxPayload`>> variable.
|
||||
|
||||
[float]
|
||||
[[use-sourcemap-api]]
|
||||
==== How to use APM APIs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue