mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* Remove custom code, add in a hack * remove artifical limit * Fix arrow functions in interfaces not having children * Update docs * Update api docs after merge from master * update api docs after merge from master * update api docs
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
---
|
|
id: kibSecuritySolutionPluginApi
|
|
slug: /kibana-dev-docs/securitySolutionPluginApi
|
|
title: securitySolution
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the securitySolution plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution']
|
|
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 securitySolutionObj from './security_solution.json';
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[securitySolutionObj.client.setup]}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={securitySolutionObj.client.classes}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[securitySolutionObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[securitySolutionObj.server.start]}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={securitySolutionObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={securitySolutionObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={securitySolutionObj.server.misc}/>
|
|
|