Download csv report is intermittently failing if documents are more

Hi, download csv report is always failing if documents are more than 40k, and for around 30k documents it's getting success sometimes but sometimes it's failing. I am using Kibana 7.16.3 version single node cluster and below are my only configurations in kibana.yml for reporting-

xpack.reporting.queue.timeout: 9000000
xpack.reporting.roles.enabled: false

Hi @rkidev,

The download CSV limit is impacted by setting xpack.reporting.csv.maxSizeBytes as discussed in this thread.

I would tread carefully on increasing the threshold as it has the potential to cause performance issues. There are some guidelines here in the documentation that should help if you want to tweak the settings. Alternatively can you try to split the download into 2?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.