[Reporting] Add guidance to users on the new CSV export type #100363
Labels
Feature:Reporting:CSV
Reporting issues pertaining to CSV file export
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:large
Large Level of Effort
needs-team
Issues missing a team label
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.export_types/csv
job is created.The text was updated successfully, but these errors were encountered: