-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Closed
Copy link
Labels
Feature:Reporting:CSVReporting issues pertaining to CSV file exportReporting issues pertaining to CSV file exportbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact: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.needs-teamIssues missing a team labelIssues missing a team label
Description
Kibana version: First reported with 6.2.2, reproducible in 6.4.2
Describe the bug:
- Similar and possibly more general than CSV reports fail with no error if a saved search has only a single array property #23611
Steps to reproduce:
- Create an object field, either using repro from the bug above, or mapping a field as
disabled - CSV report will fail with error
field [fieldName] isn't a leaf field
Representing the field value works in Discover, presumably because Discover has a request body that uses the source option. CSV generation fails, presumably because the request body uses stored_fields in the request body.
Asking for stored fields is currently potentially problematic because not all fields have stored fields. To quote @colings86
Asking for stored fields on an object field itself will never work because you can't enable a stored field at that level hence why we throw an error.
matthew-petrie and wylieconlon
Metadata
Metadata
Assignees
Labels
Feature:Reporting:CSVReporting issues pertaining to CSV file exportReporting issues pertaining to CSV file exportbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceimpact: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.needs-teamIssues missing a team labelIssues missing a team label