Create user with limited watches

I'm going to create new user with specific index and watches related to this index. But all watches in .watches and .watch_history-*, this user can see and edit all watches. How can I limit this?

Thanks.

Currently there is no security on a per watch level. A user can either edit watches (and all watches) or she cannot. There is however a read-only watcher_user role, that only allows to read the watches index and the watch history index, compared to the watcher_admin role.

Hope this helps!

Oh, thanks for your reply. Do Elastic team have any plan to do this in future release?