Create user role with Kibana visualization permissions

Hi, I want to create a user with role which will have permission to access certain visualizations of certain dashboards. I want to know what should be the cURL command to achieve this.

For access to specific dashboards and visualations most users leverage spaces to do this.

You create a role with kibana_admin and assign that role to that user. Then create a space and assign to that user.

Inside that space you put the correct index patters, visualizations, and dashboards. Then they will only have access to those.

Thank you so much for the reply. It worked for me. :ok_hand:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.