I’ve created some non-admin users with a role with various cluster reporting privileges, but for some reason, from the “Discover” tool, when they access the “Reporting” selection, they get this:
That is, the “Generate CSV” “Create Report Definition” links are dead - but If they go on to the “View Reports” link, they can create reports, run them and download as you’d expect.
But why can’t they do it “here?” It would appear I’m missing a privilege but can’t determine which one(s)?
The cluster permissions include:
“cluster_permissions” : [
“cluster:admin/opendistro/reports/instance/list”,
“cluster:admin/opendistro/reports/definition/create”,
“cluster:admin/opendistro/reports/definition/update”,
“cluster:admin/opendistro/reports/definition/on_demand”,
“cluster:admin/opendistro/reports/definition/delete”,
“cluster:admin/opendistro/reports/definition/get”,
“cluster:admin/opendistro/reports/definition/list”,
“cluster:admin/opendistro/reports/instance/get”,
“cluster:admin/opendistro/reports/menu/download”
],
Thanks for any assistance!