LDAP Authentication in Kibana
##Introduction This project provides LDAP authentication in Kibana using Spring security framework
##Requirements
- JDK 1.6
- Maven 3
- Apache Tomcat 7
- Clone the project:
git clone https://github.com/amitanjani/KibanaAuth.git
- Update ldap server url and rdn-ou-active in
kibana\src\main\webapp\WEB-INF\spring-security.xml
- Update
kibana\src\main\resources\properties\authorised_user.properties
with ldap UID (i.e. To give kibana access permission to selected group of people) - Update elasticsearch server url in
kibana\src\main\resources\config.js
- Goto kibana folder and run
mvn clean install
- Copy generated war file(in kibana\target) in tomcat server webapp folder and start the server.
- Open url
http://localhost:8082/kibana
in browser.
If you find any issue in using the application, Comment below abc.