mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
41 lines
1.2 KiB
Text
41 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: kibInfraPluginApi
|
|
slug: /kibana-dev-docs/api/infra
|
|
title: "infra"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the infra plugin
|
|
date: 2024-12-13
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra']
|
|
---
|
|
import infraObj from './infra.devdocs.json';
|
|
|
|
This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions
|
|
|
|
Contact [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 24 | 0 | 24 | 5 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[infraObj.client.start]}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[infraObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[infraObj.server.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={infraObj.server.interfaces}/>
|
|
|