[DOCS] Clarify description of xpack.reporting.roles.allow (#23974)

This commit is contained in:
Lisa Cawley 2018-10-24 07:48:22 -07:00 committed by lcawl
parent e64b7f9443
commit 002a0b7c80

View file

@ -122,5 +122,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.
--