From e400a9e49d2b9c3c511998b94632df5caf103f1b Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 24 Oct 2018 07:48:22 -0700 Subject: [PATCH] [DOCS] Clarify description of xpack.reporting.roles.allow (#23974) --- docs/settings/reporting-settings.asciidoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/settings/reporting-settings.asciidoc b/docs/settings/reporting-settings.asciidoc index 48fa8f18a8444e..6f34b5055c8808 100644 --- a/docs/settings/reporting-settings.asciidoc +++ b/docs/settings/reporting-settings.asciidoc @@ -121,5 +121,10 @@ content. The index is automatically created if it does not already exist. Defaults to `.reporting` `xpack.reporting.roles.allow`:: -Specifies the roles in addition to superusers that are allowed to access reporting. +Specifies the roles in addition to superusers that can use reporting. Defaults to `[ "reporting_user" ]` ++ +-- +NOTE: Each user has access to only their own reports. + +--