mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
---
|
|
id: kibDataUiPluginApi
|
|
slug: /kibana-dev-docs/api/data-ui
|
|
title: "data.ui"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the data.ui plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.ui']
|
|
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 dataUiObj from './data_ui.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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 3193 | 43 | 2807 | 48 |
|
|
|
|
## Client
|
|
|
|
### Functions
|
|
<DocDefinitionList data={dataUiObj.client.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dataUiObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={dataUiObj.client.misc}/>
|
|
|