kibana/packages/kbn-generate-csv
Dario Gieselaar 95604815e0
Fix typo in ESQLSearchResponse type (#184861)
Fixes a small typo in the `ESQLSearchResponse` (formerly known as
`ESQLSearchReponse`).

Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
2024-06-05 21:49:27 +02:00
..
src Fix typo in ESQLSearchResponse type (#184861) 2024-06-05 21:49:27 +02:00
constants.ts [Reporting/CSV Export] Add setting to use PIT or Scroll API (#174980) 2024-01-26 13:35:08 -07:00
index.ts [Reporting] Allow csvV2 export type to run with a custom paging strategy (#175748) 2024-01-30 11:43:19 -07:00
jest.config.js [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
kibana.jsonc Reporting packages for export types (#162845) 2023-11-15 10:48:00 -07:00
package.json [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
README.md [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
tsconfig.json [ES|QL] Remove version from _query requests (#184289) 2024-05-29 10:48:31 +02:00
types.ts [Reporting/CSV Export] Add setting to use PIT or Scroll API (#174980) 2024-01-26 13:35:08 -07:00

id slug title description tags date
Generate-CSV generate-csv Generate CSV Reporting
shared-ux
component
reporting
generate csv
2023-02-21

Github issue for reference: https://github.com/elastic/kibana/issues/150392

Goals of this refactoring

  • Removes dependencies from the reporting plugin as it stands currently