# openldap-elk **Repository Path**: tswm2011/openldap-elk ## Basic Information - **Project Name**: openldap-elk - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-06 - **Last Updated**: 2024-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenLDAP ELK ELK configuration to parse OpenLDAP logs ## Presentation ELK (ElasticSearch/Logstash/Kibana) is a suite of tools that allow to parse, store and display data from logs. This project provides some sample configurations of these tools in order to get statistics from OpenLDAP logs. ![Screenshot](doc/openldap-elk-ldap-operations.png) ## Usage ### Logstash Use the files in logstash as configurations. For example, copy them in /etc/logstash/conf.d and run: /opt/logstash/bin/logstash agent -f /etc/logstash/conf.d/ ### Elastic Search You just need to have Elastic Search running on the default port ### Kibana 3 In Kibana 3, select Load > Advanced > Local File and import dashbords. For now, this project provides 2 dashboards: * OpenLDAP operations : statistics on LDAP operations (Bind, Add, Search, ...) * LDAP error codes : statistics on error codes (No such object, Invalid credentials, ...)