Kibana xpack proxy configuration for ldap integration

i want users to login kibana with their ldap accounts.i tried

network:
        proxy_host:myproxyhost
        proxy_port:myproxyport

But it didn't work.Should i do this config in elasticsearch(elasticsearch.yml) or in kibana.yml? What is the configuration parameters?

There is a guide for this over here:
https://www.elastic.co/guide/en/x-pack/current/ldap-realm.html

i know that document but there is no proxy configuration, even there is no "proxy" word in the document.

Yeah, sorry about that, i've asked around and there seems to be no way to do that natively right now. There are a couple of issues open in our GH about this, but for now other people have been using Nginx for reverse proxy.

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