mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
Fix https://github.com/elastic/kibana/issues/191534 The deprecation warning in the Kibana Saved Objects API main page was removed in https://github.com/elastic/kibana/pull/190654. This PR adds a section about when the APIs will be removed and what to use instead. The PR also includes updates to other API main pages that mention the SO APIs. - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials VIew the [html diff](https://kibana_bk_191693.docs-preview.app.elstc.co/diff) for these changes:   The updated OpenAPI document looks like this in a Bump.sh preview:  --------- Co-authored-by: lcawl <lcawley@elastic.co>
19 lines
820 B
Text
19 lines
820 B
Text
[[dashboard-api]]
|
|
== Import and export dashboard APIs
|
|
|
|
deprecated::[7.15.0,Both of these APIs have been deprecated and will be removed in 9.0.0]
|
|
|
|
Import and export dashboards with the corresponding saved objects, such as visualizations, saved
|
|
searches, and data views.
|
|
|
|
WARNING: Do not write documents directly to the `.kibana` index. When you write directly
|
|
to the `.kibana` index, the data becomes corrupted and permanently breaks future {kib} versions.
|
|
|
|
The following import and export dashboard APIs are available:
|
|
|
|
* <<dashboard-import-api, Import dashboard API>> to import dashboards and corresponding saved objects
|
|
|
|
* <<dashboard-api-export, Export dashboard API>> to export dashboards and corresponding saved objects
|
|
|
|
include::dashboard/import-dashboard.asciidoc[]
|
|
include::dashboard/export-dashboard.asciidoc[]
|