Skip to content

Commit d5e3f8a

Browse files
Update reporting record limit tip (#8652) (#8653)
1 parent 26ddf03 commit d5e3f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_reporting/report-dashboard-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ redirect_from:
1111

1212
You can use OpenSearch Dashboards to create PNG, PDF, and CSV reports. To create reports, you must have the correct permissions. For a summary of the predefined roles and the permissions they grant, see the [Security plugin]({{site.url}}{{site.baseurl}}/security/access-control/users-roles#predefined-roles).
1313

14-
CSV reports have a non-configurable 10,000 row limit. They have no explicit size limit (for example, MB), but extremely large documents could cause report generation to fail with an out of memory error from the V8 JavaScript engine.
14+
CSV reports have a non-configurable 10,000-row limit in OpenSearch version 2.16 and earlier. As of version 2.17, this limit can be configured when setting up a report. While reports have no explicit size limit (for example, MB), extremely large documents could cause report generation to fail with an out-of-memory error from the V8 JavaScript engine.
1515
{: .tip }
1616

1717
## Generating reports

0 commit comments

Comments
 (0)