mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* Add packages * Update docs * Fix test and types * debug heap size * remove debug heap line * updated docs
49 lines
1.4 KiB
Text
49 lines
1.4 KiB
Text
---
|
|
id: kibReportingPluginApi
|
|
slug: /kibana-dev-docs/api/reporting
|
|
title: "reporting"
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the reporting plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting']
|
|
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 reportingObj from './reporting.json';
|
|
|
|
Reporting Services enables applications to feature reports that the user can automate with Watcher and download later.
|
|
|
|
Contact [Kibana Reporting Services](https://github.com/orgs/elastic/teams/kibana-reporting-services) for questions regarding this plugin.
|
|
|
|
**Code health stats**
|
|
|
|
| Public API count | Any count | Items lacking comments | Missing exports |
|
|
|-------------------|-----------|------------------------|-----------------|
|
|
| 135 | 0 | 134 | 12 |
|
|
|
|
## Client
|
|
|
|
### Start
|
|
<DocDefinitionList data={[reportingObj.client.start]}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={reportingObj.client.classes}/>
|
|
|
|
## Server
|
|
|
|
### Start
|
|
<DocDefinitionList data={[reportingObj.server.start]}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={reportingObj.server.classes}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={reportingObj.server.interfaces}/>
|
|
|
|
## Common
|
|
|
|
### Objects
|
|
<DocDefinitionList data={reportingObj.common.objects}/>
|
|
|
|
### Classes
|
|
<DocDefinitionList data={reportingObj.common.classes}/>
|
|
|