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

Reporting: CSV export does not work on frozen indices. #109167

Closed
tsullivan opened this issue Aug 18, 2021 · 2 comments · Fixed by #109976
Closed

Reporting: CSV export does not work on frozen indices. #109167

tsullivan opened this issue Aug 18, 2021 · 2 comments · Fixed by #109976
Labels
bug Fixes for quality problems that affect the customer experience (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead Feature:Reporting:CSV Reporting issues pertaining to CSV file export impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:medium Medium Level of Effort needs-team Issues missing a team label

Comments

@tsullivan
Copy link
Member

Version: 7.13+

Steps to reproduce:
Setup

  1. Create 15 documents of data across 3 indices
  2. Discover app shows the count of 15 documents for the index pattern
  3. CSV export correctly exports all 15 documents

Freeze an index

  1. In Dev Tools, freeze one of the indices with POST /tests-001/_freeze
  2. Discover now shows a count of 10 documents
  3. CSV export similarly exports the same 10 documents
  4. Go to Advanced Settings and change search:includeFrozen to TRUE and save the changes.

Check frozen index search

  1. Refresh the Discover app page, and it again shows a count of 15 documents
  2. BUG: CSV export still only exports 10 documents
@tsullivan tsullivan added bug Fixes for quality problems that affect the customer experience (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead Team:AppServices impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. labels Aug 18, 2021
@elasticmachine
Copy link
Contributor

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

@elasticmachine
Copy link
Contributor

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

@exalate-issue-sync exalate-issue-sync bot added loe:small Small Level of Effort loe:medium Medium Level of Effort and removed loe:small Small Level of Effort labels Aug 18, 2021
@exalate-issue-sync exalate-issue-sync bot changed the title CSV export does not work on frozen indices. Reporting: CSV export does not work on frozen indices. Aug 19, 2021
@sophiec20 sophiec20 added the Feature:Reporting:CSV Reporting issues pertaining to CSV file export label Aug 21, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label 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 (Deprecated) Feature:Reporting Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead Feature:Reporting:CSV Reporting issues pertaining to CSV file export impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. loe:medium Medium Level of Effort needs-team Issues missing a team label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants