From fbefaf5b6dadcb841753f8528408ddd6780e330b Mon Sep 17 00:00:00 2001 From: Brandon Kobel Date: Fri, 7 Apr 2017 10:01:02 -0400 Subject: [PATCH] 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@334274e49ddb4d1908367daa2b23f80ef918a49e --- docs/en/settings/reporting-settings.asciidoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/settings/reporting-settings.asciidoc b/docs/en/settings/reporting-settings.asciidoc index 06925d2bc06..fc5bad9ec1f 100644 --- a/docs/en/settings/reporting-settings.asciidoc +++ b/docs/en/settings/reporting-settings.asciidoc @@ -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). \ No newline at end of file +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`