-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:Reporting:CSVReporting issues pertaining to CSV file exportReporting issues pertaining to CSV file exportimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.loe:largeLarge Level of EffortLarge Level of Effortneeds-teamIssues missing a team labelIssues missing a team label
Description
For 7.13, #88303 adds a new export type, export_types/csv_searchsource, for saving a search as CSV. It takes advantage of a more efficient and future-proof way to serialize the search params.
Meanwhile, the "old" CSV export code still exists in export_types/csv for backwards compatibility. If users have created automated CSV exports through Watcher in 7.12 or lower, their report jobs use the "old" parameters, and will only continue to work until 8.0.
Before then, we want them to migrate to export_types/csv_searchsource for 8.0 compatibility.
- Make sure there are warnings logged in the Kibana server logs when an
export_types/csvjob is created. - Add a tooltip to the Reporting Management UI to notify users about reports that were created using legacy job params
- Use the deprecation service to alert admins before upgrading to 8.0 if they have existing CSV reports that were created using legacy job params.
Metadata
Metadata
Assignees
Labels
Feature:Reporting:CSVReporting issues pertaining to CSV file exportReporting issues pertaining to CSV file exportimpact:highAddressing this issue will have a high level of impact on the quality/strength of our product.Addressing this issue will have a high level of impact on the quality/strength of our product.loe:largeLarge Level of EffortLarge Level of Effortneeds-teamIssues missing a team labelIssues missing a team label