diff --git a/x-pack/docs/en/settings/reporting-settings.asciidoc b/x-pack/docs/en/settings/reporting-settings.asciidoc index c17f0283c109..81fa1ee2eb3e 100644 --- a/x-pack/docs/en/settings/reporting-settings.asciidoc +++ b/x-pack/docs/en/settings/reporting-settings.asciidoc @@ -14,7 +14,7 @@ You can configure `xpack.reporting` settings in your `kibana.yml` to: [float] [[general-reporting-settings]] ==== General Reporting Settings -`xpack.reporting.enabled`:: +[[xpack-enable-reporting]]`xpack.reporting.enabled`:: Set to `false` to disable {reporting}. `xpack.reporting.encryptionKey`:: @@ -54,7 +54,7 @@ Valid values are `year`, `month`, `week`, `day`, and `hour`. Defaults to `week`. `xpack.reporting.queue.pollInterval`:: How often idle workers poll the index for pending jobs. Defaults to `3000` (3 seconds). -`xpack.reporting.queue.timeout`:: +[[xpack-reporting-q-timeout]]`xpack.reporting.queue.timeout`:: How long each worker has to produce a report. If your machine is slow or under heavy load, you might need to increase this timeout. Specified in milliseconds. Defaults to `30000` (30 seconds). @@ -73,7 +73,7 @@ setting should not have much effect. If you are seeing empty images instead of visualizations, try increasing this value. Defaults to `3000` (3 seconds). -`xpack.reporting.capture.browser.type`:: +[[xpack-reporting-browser]]`xpack.reporting.capture.browser.type`:: Specifies the browser to use to capture screenshots. Valid options are `phantom` and `chromium`. When `chromium` is set, the settings specified in the <> are respected. @@ -106,7 +106,7 @@ Examples of valid entries are "elastic.co", "*.elastic.co", ".elastic.co", ".ela [float] [[reporting-csv-settings]] ==== CSV Settings -`xpack.reporting.csv.maxSizeBytes`:: +[[xpack-reporting-csv]]`xpack.reporting.csv.maxSizeBytes`:: The maximum size of a CSV file before being truncated. This setting exists to prevent large exports from causing performance and storage issues. Defaults to `10485760` (10mB)