IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Saved objects APIs
editSaved objects APIs
editManage Kibana saved objects, including dashboards, visualizations, and more.
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 Kibana versions.
The following saved objects APIs are available:
- Export objects API to retrieve sets of saved objects that you want to import into Kibana
- Import objects API to create sets of Kibana saved objects from a file created by the export API
- Resolve import errors API to resolve errors from the import API
- Rotate encryption key API to rotate the encryption key for encrypted saved objects
Deprecated in 8.7.0.
Use Data views API for managing data views
- Get object API to retrieve a single Kibana saved object by ID
- Resolve object API to retrieve a single Kibana saved object by ID, using any legacy URL alias if it exists
- Bulk get objects API to retrieve multiple Kibana saved objects by ID
- Bulk resolve objects API to retrieve multiple Kibana saved objects by ID, using any legacy URL aliases if they exist
- Find objects API to retrieve a paginated set of Kibana saved objects by various conditions
- Create saved object API to create Kibana saved objects
- Bulk create saved objects API to create multiple Kibana saved objects
- Update object API to update the attributes for existing Kibana saved objects
- Bulk update objects API to update the attributes for multiple existing Kibana saved objects
- Delete object API to remove Kibana saved objects
- Bulk delete objects API to remove multiple Kibana saved objects