Skip to content

Commit

Permalink
[Reporting/CSV/Docs] Specify maximum value for scroll.duration setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jan 7, 2025
1 parent bccf0c9 commit 1e09a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings/reporting-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1e09a37

Please sign in to comment.