kibana/api_docs/infra.mdx
Stacey Gammon 2fcf3e49ea
Improve deprecated API list, and update api docs (#106942) (#107441)
* Code to adjust deprecated api list

* updated docs

* fix and update tests
# Conflicts:
#	api_docs/core.json
#	api_docs/data.json
#	api_docs/data.mdx
#	api_docs/data_autocomplete.mdx
#	api_docs/data_field_formats.mdx
#	api_docs/data_index_patterns.json
#	api_docs/data_index_patterns.mdx
#	api_docs/data_query.mdx
#	api_docs/data_search.mdx
#	api_docs/data_ui.mdx
#	api_docs/deprecations.mdx
#	api_docs/kibana_react.mdx
#	api_docs/security_solution.json
#	api_docs/security_solution.mdx
2021-08-02 16:44:47 -04:00

48 lines
1.4 KiB
Plaintext

---
id: kibInfraPluginApi
slug: /kibana-dev-docs/infraPluginApi
title: infra
image: https://source.unsplash.com/400x175/?github
summary: API docs for the infra plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
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 infraObj from './infra.json';
This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions
Contact [Logs and Metrics UI](https://github.com/orgs/elastic/teams/logs-metrics-ui) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 25 | 0 | 22 | 3 |
## Client
### Objects
<DocDefinitionList data={infraObj.client.objects}/>
### Functions
<DocDefinitionList data={infraObj.client.functions}/>
### Interfaces
<DocDefinitionList data={infraObj.client.interfaces}/>
### Enums
<DocDefinitionList data={infraObj.client.enums}/>
### Consts, variables and types
<DocDefinitionList data={infraObj.client.misc}/>
## Server
### Setup
<DocDefinitionList data={[infraObj.server.setup]}/>
### Consts, variables and types
<DocDefinitionList data={infraObj.server.misc}/>