Skip to content

Instantly share code, notes, and snippets.

View mrichar1's full-sized avatar

Matthew Richardson mrichar1

View GitHub Profile
@mrichar1
mrichar1 / httpd.conf
Created September 20, 2013 16:52
Apache configuration to set Encryption and Authorisation for Kibana and Elasticsearch queries, with the option to restrict access to different indices.
#########################################################################################
# This configuration is based on that supplied here:
# https://github.com/elasticsearch/kibana/blob/master/sample/apache_ldap.conf
#
# The aim of this config is to set up encryption and authorisation on Kibana access.
# It also allows different authorisation rules for certain elasticsearch indexes.
#
# This config expects you to unpack kibana at /var/www/kibana/ and set config.js to be:
# https:// instead of http:// and 443 instead of 9200
#