Protect Watchers from being accidently deleted

I have implemented Kibana spaces. Users are allowed only to see their corrsoponding indices. In addition, some users from different spaces have a manage_watchers privilege set.

My questions is: Is there a way to prevent users from deleting/editing other users watchers?

Thanks
Ahmad

Hey,

right now, any user with the corresponding manage_watcher privilege can add/delete any watcher (it's always ensured that the watch itself only runs with the permission of the user who stored the watch or is executing it). However there is no more granular mechanism to prevent watch modification in the moment.

Feel free to open an issue for this though.

--Alex

1 Like

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