From bda265d48a62bd956699ef66c3fd41a88e99b1fa Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Mon, 21 Sep 2020 17:27:14 -0700 Subject: [PATCH 1/2] Reporting/Docs - update documentation about setting to enable CSV Download --- docs/settings/reporting-settings.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/settings/reporting-settings.asciidoc b/docs/settings/reporting-settings.asciidoc index 3489dcd018293..fb31c493548dc 100644 --- a/docs/settings/reporting-settings.asciidoc +++ b/docs/settings/reporting-settings.asciidoc @@ -230,9 +230,9 @@ a| `xpack.reporting.capture.browser` Defaults to `true`. | `xpack.reporting.csv.enablePanelActionDownload` - | Enables CSV export from a saved search on a dashboard. This action is available in the dashboard - panel menu for the saved search. - Defaults to `true`. + | Enables CSV export from a saved search on a dashboard. This action is available in the dashboard panel menu for the saved search. + *Note:* This setting exists for backwards compatibility, but is unused and hardcoded to `true`. CSV export from a saved search on a dashboard + is enabled when Reporting is enabled. |=== From 9a3ae8a5d3a2552123cf482b3e6ecd30edadf266 Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Tue, 22 Sep 2020 11:29:17 -0700 Subject: [PATCH 2/2] break up long setting name to fix table scrolling --- docs/settings/reporting-settings.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/reporting-settings.asciidoc b/docs/settings/reporting-settings.asciidoc index fb31c493548dc..27ef089f5847d 100644 --- a/docs/settings/reporting-settings.asciidoc +++ b/docs/settings/reporting-settings.asciidoc @@ -229,7 +229,7 @@ a| `xpack.reporting.capture.browser` See OWASP: https://www.owasp.org/index.php/CSV_Injection Defaults to `true`. -| `xpack.reporting.csv.enablePanelActionDownload` +| `xpack.reporting.csv` `.enablePanelActionDownload` | Enables CSV export from a saved search on a dashboard. This action is available in the dashboard panel menu for the saved search. *Note:* This setting exists for backwards compatibility, but is unused and hardcoded to `true`. CSV export from a saved search on a dashboard is enabled when Reporting is enabled.