kibana/api_docs/reporting.mdx
2022-03-28 14:24:55 -04:00

43 lines
1.3 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: 2022-03-28
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.devdocs.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 |
|-------------------|-----------|------------------------|-----------------|
| 36 | 0 | 16 | 0 |
## Client
### Start
<DocDefinitionList data={[reportingObj.client.start]}/>
### Interfaces
<DocDefinitionList data={reportingObj.client.interfaces}/>
## Server
### Start
<DocDefinitionList data={[reportingObj.server.start]}/>
## Common
### Interfaces
<DocDefinitionList data={reportingObj.common.interfaces}/>
### Consts, variables and types
<DocDefinitionList data={reportingObj.common.misc}/>