From 84aec8dd7f13d8f7a85fe842d74865c8710467cd Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Wed, 23 Sep 2020 09:18:08 -0700 Subject: [PATCH] Reporting/Docs: Updates for setting to enable CSV Download (#78101) (#78218) * Reporting/Docs - update documentation about setting to enable CSV Download * break up long setting name to fix table scrolling --- docs/settings/reporting-settings.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/settings/reporting-settings.asciidoc b/docs/settings/reporting-settings.asciidoc index 0e5272b27afa1..2c321c4b98e48 100644 --- a/docs/settings/reporting-settings.asciidoc +++ b/docs/settings/reporting-settings.asciidoc @@ -231,10 +231,10 @@ a| `xpack.reporting.capture.browser` See OWASP: https://www.owasp.org/index.php/CSV_Injection 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`. +| `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. |===