mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
53 lines
1.6 KiB
Text
53 lines
1.6 KiB
Text
---
|
|
####
|
|
#### 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.
|
|
####
|
|
id: kibUnifiedSearchPluginApi
|
|
slug: /kibana-dev-docs/api/unifiedSearch
|
|
title: "unifiedSearch"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the unifiedSearch plugin
|
|
date: 2023-08-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch']
|
|
---
|
|
import unifiedSearchObj from './unified_search.devdocs.json';
|
|
|
|
Contains all the key functionality of Kibana's unified search experience.Contains all the key functionality of Kibana's unified search experience.
|
|
|
|
Contact [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 142 | 2 | 104 | 22 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[unifiedSearchObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[unifiedSearchObj.client.start]}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={unifiedSearchObj.client.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={unifiedSearchObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={unifiedSearchObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[unifiedSearchObj.server.setup]}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={unifiedSearchObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={unifiedSearchObj.server.interfaces}/>
|
|
|