diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/kibana.conf	Mon Sep 23 11:50:21 2013 -0700
@@ -0,0 +1,14 @@
+#
+# 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>