Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discover] CSV report is missing the entire document when using fields API #92712

Closed
wylieconlon opened this issue Feb 24, 2021 · 4 comments · Fixed by #92730
Closed

[Discover] CSV report is missing the entire document when using fields API #92712

wylieconlon opened this issue Feb 24, 2021 · 4 comments · Fixed by #92730
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Feature:Reporting:CSV Reporting issues pertaining to CSV file export regression Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.12.0

Comments

@wylieconlon
Copy link
Contributor

This is a regression in 7.12. Steps to reproduce:

  1. Use the Kibana defaults on 7.12 and master, which is to use the fields API
  2. Go to Discover and select any index pattern. Save the search
  3. Create a CSV report
  4. The CSV will contain only the timestamp column, but no document information

Instead, what should happen is that the CSV should contain every column that the documents contain. You can compare CSV reports when using _source vs fields and find that _source is still working correctly.

@wylieconlon wylieconlon added bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application regression (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead Team:Visualizations Visualization editors, elastic-charts and infrastructure Team:Reporting Services v7.12.0 labels Feb 24, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-reporting-services (Team:Reporting Services)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@wylieconlon wylieconlon changed the title [Discover] CSV report is missing the entire document when usin fields API [Discover] CSV report is missing the entire document when using fields API Feb 24, 2021
@wylieconlon
Copy link
Contributor Author

@tsullivan found a quick fix for this issue, as the parameters for the CSV are controlled by URL and we can fix the URL parameters that are sent from Discover to reporting.

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServices)

@sophiec20 sophiec20 added Feature:Reporting:CSV Reporting issues pertaining to CSV file export and removed (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead (Deprecated) Team:Reporting Services labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Discover Discover Application Feature:Reporting:CSV Reporting issues pertaining to CSV file export regression Team:Visualizations Visualization editors, elastic-charts and infrastructure v7.12.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants