Kibana Document download limit at 10,000

Hi all,

I'm trying to download discover search data with some of my filters.

However, When i download I see that document limit in CSV is at 10,000 documents.

Any way or setting to increase document download limit?


I think you can modify that setting from Advance setting in Stack Management of Kibana.
Refer this page, you will get more on it.

In advanced settings , there is no option to select the number of rows to be downloaded.

By default , when i save a search and download it is still 10,000 documents.

I dont know if there is a ROW limit but you can increase the max of the CSV export in kibana.yml.
For example the following setting increases the export to 200 MB. This requires restart of the kibana service. The commented out config (#) you might want to change depending on your cluster resources.

    xpack.reporting.csv.maxSizeBytes: 209715200
    #elasticsearch.requestTimeout: 60000
    #xpack.reporting.queue.timeout: 3000000
    #xpack.reporting.csv.scroll.size: 1500
    #xpack.reporting.csv.scroll.duration: 1m

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