kibana/api_docs/custom_integrations.mdx
Stacey Gammon 4bfb35b43a
Update api docs (#116495)
* update api docs

* update api docs
2021-11-01 19:16:16 +00:00

59 lines
1.7 KiB
Plaintext

---
id: kibCustomIntegrationsPluginApi
slug: /kibana-dev-docs/api/customIntegrations
title: "customIntegrations"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the customIntegrations plugin
date: 2020-11-16
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
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 customIntegrationsObj from './custom_integrations.json';
Add custom data integrations so they can be displayed in the Fleet integrations app
Contact [Fleet](https://github.com/orgs/elastic/teams/fleet) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 100 | 1 | 84 | 1 |
## Client
### Setup
<DocDefinitionList data={[customIntegrationsObj.client.setup]}/>
### Start
<DocDefinitionList data={[customIntegrationsObj.client.start]}/>
### Functions
<DocDefinitionList data={customIntegrationsObj.client.functions}/>
## Server
### Setup
<DocDefinitionList data={[customIntegrationsObj.server.setup]}/>
### Start
<DocDefinitionList data={[customIntegrationsObj.server.start]}/>
### Interfaces
<DocDefinitionList data={customIntegrationsObj.server.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={customIntegrationsObj.server.misc}/>
## Common
### Objects
<DocDefinitionList data={customIntegrationsObj.common.objects}/>
### Interfaces
<DocDefinitionList data={customIntegrationsObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={customIntegrationsObj.common.misc}/>