mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
50 lines
1.4 KiB
Text
50 lines
1.4 KiB
Text
---
|
|
id: kibGlobalSearchPluginApi
|
|
slug: /kibana-dev-docs/api/globalSearch
|
|
title: "globalSearch"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the globalSearch plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch']
|
|
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 globalSearchObj from './global_search.json';
|
|
|
|
|
|
|
|
Contact [Kibana Core](https://github.com/orgs/elastic/teams/kibana-core) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 68 | 0 | 14 | 5 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[globalSearchObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[globalSearchObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={globalSearchObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={globalSearchObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[globalSearchObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[globalSearchObj.server.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={globalSearchObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={globalSearchObj.server.misc}/>
|
|
|