mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
---
|
|
id: kibDataAutocompletePluginApi
|
|
slug: /kibana-dev-docs/api/data-autocomplete
|
|
title: "data.autocomplete"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the data.autocomplete plugin
|
|
date: 2022-03-28
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.autocomplete']
|
|
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 dataAutocompleteObj from './data_autocomplete.devdocs.json';
|
|
|
|
Data services are useful for searching and querying data from Elasticsearch. Helpful utilities include: a re-usable react query bar, KQL autocomplete, async search, Data Views (Index Patterns) and field formatters.
|
|
|
|
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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 3457 | 40 | 2844 | 27 |
|
|
|
|
## Client
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dataAutocompleteObj.client.interfaces}/>
|
|
|
|
### Enums
|
|
<DocDefinitionList data={dataAutocompleteObj.client.enums}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={dataAutocompleteObj.client.misc}/>
|
|
|