Download csv from dashboard panel returns empty #42945
Labels
bug
Fixes for quality problems that affect the customer experience
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
Kibana version: 7.3.0
Elasticsearch version: 7.3.0
Server OS version: centos:7
Browser version: Chrome Version 76.0.3809.87 (Official Build) (64-bit)
Browser OS version: MacOS Mojave (Version 10.14.4)
Original install method (e.g. download page, yum, from source, etc.): docker.elastic.co/kibana/kibana:7.3.0
Describe the bug: Following the instructions in #34571, I enabled
xpack.reporting.csv.enablePanelActionDownload: true
in the config.The
Download csv...
button now appears. For saved searches on index patterns with no time column defined the csv is generated fine. However for saved searches on index patterns with a time column the csv files are generated empty (the headers are there but no records, even though I do see rows in the dashboard).Steps to reproduce:
xpack.reporting.csv.enablePanelActionDownload: true
in configExpected behavior:
The csv should have the same rows that the dashboard has.
@joelgriffith @tsullivan
The text was updated successfully, but these errors were encountered: