mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
52 lines
1.3 KiB
Text
52 lines
1.3 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: kibStreamsPluginApi
|
|
slug: /kibana-dev-docs/api/streams
|
|
title: "streams"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the streams plugin
|
|
date: 2024-12-06
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streams']
|
|
---
|
|
import streamsObj from './streams.devdocs.json';
|
|
|
|
A manager for Streams
|
|
|
|
Contact [@elastic/streams-program-team](https://github.com/orgs/elastic/teams/streams-program-team) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 13 | 0 | 13 | 4 |
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[streamsObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[streamsObj.client.start]}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[streamsObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[streamsObj.server.start]}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={streamsObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={streamsObj.server.misc}/>
|
|
|
|
## Common
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={streamsObj.common.misc}/>
|
|
|