Grant Users Permission to Save Visualizations

I need to grant the ability to save custom visualizations/dashboards/etc. to my basic sg_readall users. What permissions do I need to grant?

Per this answer to a question regarding an earlier version of Safe Guard, it appears I should need to grant the following permissions:

Cluster Permissions

CLUSTER_COMPOSITE_OPS

Index Permissions for ?kibana*

indices:data/write/bulk

However, this doesn’t appear to be working for me under SG6 (those instructions were for SG5).

The easiest way is to simply map those users to the sg_kibana_user role in addition to the sg_readall role.

As an alternative you can of course also copy the permissions of the sg_kibana_user role to the sg_readall role.

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