I have a user which only has access to read logs with the “alluser” role. However, i need that user to be able to save searches and export the search as a .csv as well. Which additional privileges does this require?
And is there a quick fix for this? Like adding a role to the user or something?
When you say “save searches and export the search as a .csv as well” you are referring to Kibana I guess. You do not need any special permissions for that.
Only requirement is that all Kibana users must be mapped to the SGS_KIBANA_USER (for ES7) / sg_kibana_user (for ES6) role:
I added the role “kibanauser” to the user and applied the change. However, the user still cannot export CSV reports. It complained about not having the required permissions about “indices:data/read/scroll/clear”.