/kibana-security

LDAP-backed Kibana Security & Authentication plugin

Primary LanguageJavaScriptApache License 2.0Apache-2.0

The following settings must be set in kibana.yml:

elasticsearch.username: ""
elasticsearch.password: ""
xpack.security.enabled: false
server.xsrf.whitelist: [/login, /logout, /_token]
kibana-auth.cookie_password: "some_32+_character_password"
kibana-auth.kibana_install_dir: "/opt/kibana"