comparison 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
comparison
equal deleted inserted replaced
32:082f7a76fa48 33:0faebb0b0fa4
1 #
2 # This configuration file maps the kibana source tree
3 # into the URL space. By default these results are only accessible
4 # from the local host.
5 #
6 Alias /kibana /var/www/kibana
7
8 <Location /kibana>
9 Order deny,allow
10 Deny from all
11 Allow from 127.0.0.1
12 Allow from ::1
13 # Allow from .example.com
14 </Location>