mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Reporting/CSV/Docs] Specify maximum value for scroll.duration setting (#205765)
## Summary Updates Reporting CSV export documentation to specify there is a maximum value for `xpack.reporting.csv.scroll.size`, which is 10000.
This commit is contained in:
parent
b1957ae209
commit
c3c6bfba08
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ The maximum {byte-units}[byte size] of a CSV file before being truncated. This s
|
|||
exports from causing performance and storage issues. Can be specified as a number of bytes. Defaults to `250mb`.
|
||||
|
||||
`xpack.reporting.csv.scroll.size`::
|
||||
Number of documents retrieved from {es} for each scroll iteration during a CSV export. Defaults to `500`.
|
||||
Number of documents retrieved from {es} for each scroll iteration during a CSV export. The maximum value is `10000`. Defaults to `500`.
|
||||
[NOTE]
|
||||
============
|
||||
You may need to lower this setting if the default number of documents creates a strain on network resources.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue