Restrict access to dev tools on kibana on basic license?

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

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