mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
61 lines
1.8 KiB
Text
61 lines
1.8 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: kibCustomIntegrationsPluginApi
|
|
slug: /kibana-dev-docs/api/customIntegrations
|
|
title: "customIntegrations"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
description: API docs for the customIntegrations plugin
|
|
date: 2025-04-07
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
|
|
---
|
|
import customIntegrationsObj from './custom_integrations.devdocs.json';
|
|
|
|
Add custom data integrations so they can be displayed in the Fleet integrations app
|
|
|
|
Contact [@elastic/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 |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 268 | 0 | 249 | 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}/>
|
|
|