x-pack/platform/plugins/private/reporting/README.md
An awesome Kibana reporting plugin
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
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.
Although historically related to reporting, the CsvGenerator class has now be moved into its own package @kbn/generate-csv.
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.