CSV export from kibana dashboard through external API call

Hi,

I have researched and implemented the csv export functionality by calling the export link provided by Kibana.
referenced : Automatically generate reports | Kibana Guide [8.6] | Elastic
However, when I use the link it responds with download link and If I click the download link it takes at least 30 seconds to fetch data and if requested early sends a blank response.

How can I make Kibana to respond in less time as 30 seconds is way more than anticipated ?

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

Hi @manish0803,

Welcome to the community! Do you know how many documents are returned in your report?

If you're struggling to export the report, you can try using the POST URL to export the report.