Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 900 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 900 Bytes

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. #151190

csv_searchsource_immediate.

This should be deprecated. It is historically a customer driven endpoint. This will be replaced in the UI with an async export option in the future.

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 and @kbn/generate-csv-types.