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
elastic#205765)

## Summary

Updates Reporting CSV export documentation to specify there is a maximum
value for `xpack.reporting.csv.scroll.size`, which is 10000.
  • Loading branch information
tsullivan authored and crespocarlos committed Jan 8, 2025
1 parent e0b03db commit b32d3ac
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 b32d3ac

Please sign in to comment.