mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 23:39:42 -04:00
44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
---
|
|
id: kibDiscoverPluginApi
|
|
slug: /kibana-dev-docs/api/discover
|
|
title: "discover"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the discover plugin
|
|
date: 2022-07-27
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover']
|
|
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 discoverObj from './discover.devdocs.json';
|
|
|
|
This plugin contains the Discover application and the saved search embeddable.
|
|
|
|
Contact [Data Discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 84 | 0 | 68 | 7 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[discoverObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[discoverObj.client.start]}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={discoverObj.client.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={discoverObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={discoverObj.client.misc}/>
|
|
|
|
## Common
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={discoverObj.common.misc}/>
|
|
|