Back to Kibana

Kibana Reporting

x-pack/platform/plugins/private/reporting/README.md

9.4.01.0 KB
Original Source

Kibana Reporting

An awesome Kibana reporting plugin

csv_searchsource.

This is the endpoint used in the Discover UI. It must be replaced by csv_v2 at some point, when we have more capacity in reporting. https://github.com/elastic/kibana/issues/151190

csv_v2.

This new endpoint is designed to have a more automation-friendly signature. It will replace csv_searchsource in the UI at some point, when there is more capacity in reporting. It will need a little more work to have parity: it needs to be able to export "unsaved" searches.

Generate CSV

Although historically related to reporting, the CsvGenerator class has now be moved into its own package @kbn/generate-csv.

Serverless configuration

There are several improvements made for reporting in serverless environments. Most changes are reflected in reporting/server/config/schema.ts for reference.

PNG and PDF reports are currently not possible in serverless. Those export types are not enabled in serverless configuration, and are left out of Reporting's internal registry of export types.