- Kibana Guide: other versions:
- What is Kibana?
- What’s new in 8.0
- Kibana concepts
- Quick start
- Set up
- Install Kibana
- Configure Kibana
- Alerting and action settings
- APM settings
- Banners settings
- Enterprise Search settings
- Fleet settings
- i18n settings
- Logging settings
- Logs settings
- Metrics settings
- Monitoring settings
- Reporting settings
- Search sessions settings
- Secure settings
- Security settings
- Spaces settings
- Task Manager settings
- Telemetry settings
- URL drilldown settings
- Start and stop Kibana
- Access Kibana
- Securing access to Kibana
- Add data
- Upgrade Kibana
- Configure security
- Configure reporting
- Configure logging
- Configure monitoring
- Command line tools
- Production considerations
- Discover
- Dashboard and visualizations
- Canvas
- Maps
- Build a map to compare metrics by country or region
- Track, visualize, and alert on assets in real time
- Map custom regions with reverse geocoding
- Heat map layer
- Tile layer
- Vector layer
- Plot big data
- Search geographic data
- Configure map settings
- Connect to Elastic Maps Service
- Import geospatial data
- Troubleshoot
- Reporting and sharing
- Machine learning
- Graph
- Alerting
- Observability
- APM
- Security
- Dev Tools
- Fleet
- Osquery
- Stack Monitoring
- Stack Management
- REST API
- Get features API
- Kibana spaces APIs
- Kibana role management APIs
- User session management APIs
- Saved objects APIs
- Data views API
- Index patterns APIs
- Alerting APIs
- Action and connector APIs
- Cases APIs
- Import and export dashboard APIs
- Logstash configuration management APIs
- Machine learning APIs
- Short URLs APIs
- Get Task Manager health
- Upgrade assistant APIs
- Kibana plugins
- Accessibility
- Release notes
- Developer guide
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.
For managing data views, use the data views API.
The following saved objects APIs are available:
- 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
- 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
Was this helpful?
Thank you for your feedback.