I'm running a cloud Elastic/Kibana with an Enterprise license.
But unable to see the reporting sub-feature option under Analytics session in the kibana privileges tab. Checked all documentation, but I didn't find what I'm missing here.
Hello @nmurilo,
Could you please check if the xpack.reporting.roles.enabled
is set to false
in your kibana.yml
? If not, please update it to: xpack.reporting.roles.enabled: false
The xpack.reporting.roles
settings are for a deprecated system of access control in Reporting. Turning off this feature allows API Keys to generate reports, and allows reporting access through Kibana application privileges.
Hi Priscilla,
thanks for the quick reply.
I just updated and now I can see the reporting section \o/.
Perfect! You're welcome
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.