mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
---
|
|
id: kibDataVisualizerPluginApi
|
|
slug: /kibana-dev-docs/api/dataVisualizer
|
|
title: "dataVisualizer"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the dataVisualizer plugin
|
|
date: 2022-07-18
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
|
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 dataVisualizerObj from './data_visualizer.devdocs.json';
|
|
|
|
The Data Visualizer tools help you understand your data, by analyzing the metrics and fields in a log file or an existing Elasticsearch index.
|
|
|
|
Contact [Machine Learning UI](https://github.com/orgs/elastic/teams/ml-ui) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 28 | 3 | 24 | 1 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[dataVisualizerObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dataVisualizerObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={dataVisualizerObj.client.misc}/>
|
|
|