From 1835b3ec37a3cb8213fa1a8f7e75ba11f2923053 Mon Sep 17 00:00:00 2001 From: aetter Date: Mon, 28 Jun 2021 15:04:35 -0700 Subject: [PATCH] Add CSV report limits --- _dashboards/reporting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_dashboards/reporting.md b/_dashboards/reporting.md index 1c30ec7e..4a2247fa 100644 --- a/_dashboards/reporting.md +++ b/_dashboards/reporting.md @@ -9,6 +9,9 @@ nav_order: 20 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-plugin/access-control/users-roles#predefined-roles). +CSV reports have a non-configurable 10,000 row limit. They have no explicit size limit (e.g. in MB), but extremely large documents could cause report generation to fail with an out of memory error from the V8 JavaScript engine. +{: .tip } + ## Create reports from Discovery, Visualize, or Dashboard