[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:
Tim Sullivan 2025-01-07 08:36:41 -07:00 committed by GitHub
parent b1957ae209
commit c3c6bfba08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.