mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
36 lines
1.2 KiB
Text
36 lines
1.2 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: kibDataVisualizerPluginApi
|
|
slug: /kibana-dev-docs/api/dataVisualizer
|
|
title: "dataVisualizer"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the dataVisualizer plugin
|
|
date: 2024-09-12
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer']
|
|
---
|
|
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 [@elastic/ml-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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 31 | 3 | 25 | 4 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[dataVisualizerObj.client.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={dataVisualizerObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={dataVisualizerObj.client.misc}/>
|
|
|