mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Clarify legacy dashboard export docs (#216772)
Close https://github.com/elastic/kibana/issues/159453
This commit is contained in:
parent
3a0e251f55
commit
f85da6b213
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Import dashboards and corresponding saved objects.
|
|||
[[dashboard-api-import-request-body]]
|
||||
==== Request body
|
||||
|
||||
Use the complete response body from the <<dashboard-api-export, Export dashboard API>> as the request body. Do not manually construct a payload to the endpoint. The max payload size is determined by the `savedObjects.maxImportPayloadBytes` configuration key.
|
||||
Use the complete response body from the <<dashboard-api-export, Export dashboard API>> as the request body. Do not manually construct a payload to the endpoint or change the contents of the export. The exported data should be treated as opaque: changing the export can result in unexpected errors or data loss. Note: The max payload size is determined by the `savedObjects.maxImportPayloadBytes` configuration key.
|
||||
|
||||
[[dashboard-api-import-response-body]]
|
||||
==== Response body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue