Adding xpack.reporting.index to the reporting-settings (elastic/x-pack-elasticsearch#1000)

* Adding xpack.reporting.index to the reporting-settings

* Fixing text size

Original commit: elastic/x-pack-elasticsearch@334274e49d
This commit is contained in:
Brandon Kobel 2017-04-07 10:01:02 -04:00 committed by GitHub
parent c7fd1aacff
commit fbefaf5b6d
1 changed files with 10 additions and 1 deletions

View File

@ -86,4 +86,13 @@ Defaults to `1000` (1 second).
`xpack.reporting.capture.timeout`::
The maximum amount of time to wait for things to render in Kibana when capturing
screenshots. Defaults to `6000` (6 seconds).
screenshots. Defaults to `6000` (6 seconds).
[float]
[[reporting-advanced-settings]]
=== Advanced Settings
`xpack.reporting.index`::
Reporting uses a weekly index in Elasticsearch to store the reporting job and the report
content. The index will be created automatically if it does not already exist.
Defaults to `.reporting`