[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 6514b860a2
commit 4c8430dfda

View file

@ -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.
--