mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
---
|
|
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}/>
|
|
|