Kibana ES ldap authentication

Hello

Is any option to use Kibana(free) plugin for container and ES (free) plugin to authenticate against ldap?.
Currently I’m running Kibana in a docker container and ES in VM, I want to know if is possible authenticate using free plugins.

Yeah you can definitely a docker file with Kibana and ROR free installed.

Have a look at the all-in one docker container we put together for people to evaluate our Enterprise plugin.

Have a look at this line in particular, where it installs the plugin directly from the network:

If you want to install the free edition, you need to use this url:

https://api.beshu.tech/download/kbn?edition=kbn_free&esVersion=7.7.0&email=<your_email>

Thank you so much

I’ll test it

1 Like