view kibana.conf @ 33:0faebb0b0fa4

update to kibana 3, logstash 1.2.1, es 0.90.5
author Carl Byington <carl@five-ten-sg.com>
date Mon, 23 Sep 2013 11:50:21 -0700
parents
children
line wrap: on
line source

#
# This configuration file maps the kibana source tree
# into the URL space.  By default these results are only accessible
# from the local host.
#
Alias /kibana /var/www/kibana

<Location /kibana>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    # Allow from .example.com
</Location>