Links for Cloud docs (#18754)

This commit is contained in:
Kelly Murphy 2018-05-02 17:57:20 -05:00 committed by GitHub
parent 7e41dc5248
commit 6e5a7b941e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <<reporting-chromium-settings, Chromium settings>>
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)