Is it possible to configure the kibana web instance so no one can use the dev tools except an admin on localhost with a basic license? or something similar.
Thanks
Hi Greg, you can disable Dev Tools by setting console.enabled: false in the config/kibana.yml file. However, this will disable it for all users. You can track a couple issues to follow our progress on allowing you to disable Dev Tools on a per user basis:
The latter issue suggests setting up multiple Kibana instances, one per user group, if you absolutely need to allow only certain users to have access to Dev Tools.
Thanks,
CJ