kibana/docs/user/reporting
Tim Sullivan 88626a77ac
[Reporting] Clean ups for deprecated export types (#188270)
Epic link: https://github.com/elastic/kibana-team/issues/720 

## Summary

This PR solves a problem in Reporting code, in that most functional
tests and API integration tests that cover PDF functionality were
referencing the deprecated `printable_pdf` export type. As of this PR,
the tests now use the `printable_pdf_v2` export type.

List of clean up changes:
* Fully remove PNGV1 (leftovers from #162517)
* Update tests and documentation to use PDFV2
* Allow users to see removed types in the listing and download reports
for removed types. This makes it possible to see `csv` and `png` job
types in the current version, even though it's not possible to create
new jobs of those types.

Context: the reporting plugin has two deprecated export types which are
still active in the code:
* `printable_pdf` - this is actively replaced with `printable_pdf_v2'
* `csv_searchsource` - this is replaced with `csv_v2' for certain
applications such as ES|QL export. For general CSV export, `csv_v2' is
currently only offered as an API`.

### Checklist

Delete any items that are not applicable to this PR.

- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

### For maintainers

- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-08-30 14:17:37 -05:00
..
images [Reporting] Document steps to grant users reporting access under Basic (#127513) 2022-03-14 10:50:40 -07:00
automating-report-generation.asciidoc Update automating-report-generation.asciidoc (#134410) 2022-06-15 13:01:14 -07:00
index.asciidoc [Reporting] Update documentation to distinguish Screenshotting and CSV features (#189761) 2024-08-06 18:49:36 +00:00
reporting-csv-limitations.asciidoc [Reporting] small documentation updates (#190930) 2024-08-21 09:36:22 -07:00
reporting-csv-troubleshooting.asciidoc [Reporting] Update documentation to distinguish Screenshotting and CSV features (#189761) 2024-08-06 18:49:36 +00:00
reporting-pdf-limitations.asciidoc [Reporting] Update documentation to distinguish Screenshotting and CSV features (#189761) 2024-08-06 18:49:36 +00:00
reporting-pdf-troubleshooting.asciidoc [Reporting] Update documentation to distinguish Screenshotting and CSV features (#189761) 2024-08-06 18:49:36 +00:00
reporting-troubleshooting.asciidoc [Reporting/Docs] Organize troubleshooting page and add CSV content (#182202) 2024-06-24 14:53:57 -07:00
response-codes.asciidoc [Reporting] small documentation updates (#190930) 2024-08-21 09:36:22 -07:00
script-example.asciidoc Use Data Stream for Reporting storage (#176022) 2024-05-21 10:11:45 -07:00
watch-example.asciidoc [Reporting] Clean ups for deprecated export types (#188270) 2024-08-30 14:17:37 -05:00