kibana/api_docs/data_enhanced.mdx
Stacey Gammon 6723fa583f
Add packages to our API documentation (#113564)
* Add packages

* Update docs

* Fix test and types

* debug heap size

* remove debug heap line

* updated docs
2021-10-06 17:02:57 -04:00

39 lines
1.4 KiB
Plaintext

---
id: kibDataEnhancedPluginApi
slug: /kibana-dev-docs/api/dataEnhanced
title: "dataEnhanced"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dataEnhanced plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataEnhanced']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import dataEnhancedObj from './data_enhanced.json';
Enhanced data plugin. (See src/plugins/data.) Enhances the main data plugin with a search session management UI. Includes a reusable search session indicator component to use in other applications. Exposes routes for managing search sessions. Includes a service that monitors, updates, and cleans up search session saved objects.
Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 16 | 0 | 16 | 2 |
## Client
### Start
<DocDefinitionList data={[dataEnhancedObj.client.start]}/>
### Consts, variables and types
<DocDefinitionList data={dataEnhancedObj.client.misc}/>
## Server
### Classes
<DocDefinitionList data={dataEnhancedObj.server.classes}/>
### Consts, variables and types
<DocDefinitionList data={dataEnhancedObj.server.misc}/>