# Kibana Document download limit at 10,000

**URL:** https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010
**Category:** Kibana
**Created:** [March 18, 2022, 8:02am UTC](https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010 "2022-03-18T08:02:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Sandeep\_Raju](https://avatars.discourse-cdn.com/v4/letter/s/8797f3/32.png) [@Sandeep\_Raju](https://discuss.elastic.co/u/Sandeep_Raju)
#### Post date: [March 18, 2022, 8:02am UTC](https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010/1 "2022-03-18T08:02:46Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Krunal](https://avatars.discourse-cdn.com/v4/letter/k/ce7236/32.png) [@Krunal](https://discuss.elastic.co/u/Krunal)
#### Post date: [March 18, 2022, 8:50am UTC](https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010/2 "2022-03-18T08:50:46Z")

</div>

![image](https://us1.discourse-cdn.com/elastic/original/3X/f/b/fb28ec1db89d674f7424d25698fbb698f5679f64.png)  
I think you can modify that setting from Advance setting in Stack Management of Kibana.  
Refer this page, you will get more on it.

> **[Advanced Settings | Kibana Guide \[8.1\] | Elastic](https://www.elastic.co/guide/en/kibana/current/advanced-options.html)**
>
> Kibana provides you with several options to share \*Discover\* saved searches, dashboards, \*Visualize Library\* visualizations, and \*Canvas\* workpads with others, or on a website.

---

<div class="post-metadata">

### Author: ![Sandeep\_Raju](https://avatars.discourse-cdn.com/v4/letter/s/8797f3/32.png) [@Sandeep\_Raju](https://discuss.elastic.co/u/Sandeep_Raju)
#### Post date: [March 18, 2022, 9:28am UTC](https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010/3 "2022-03-18T09:28:13Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![hocho](https://avatars.discourse-cdn.com/v4/letter/h/8e7dd6/32.png) [@hocho](https://discuss.elastic.co/u/hocho)
#### Post date: [March 18, 2022, 11:35am UTC](https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010/4 "2022-03-18T11:35:55Z")

</div>

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.

```auto
    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

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [April 15, 2022, 11:35am UTC](https://discuss.elastic.co/t/kibana-document-download-limit-at-10-000/300010/5 "2022-04-15T11:35:56Z")

</div>

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