mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Links for Cloud docs (#18754)
This commit is contained in:
parent
7e41dc5248
commit
6e5a7b941e
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue