From 0cdd107a45bad0d50c9160ee19e081167f9bbd74 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Thu, 11 Sep 2014 16:26:22 -0700 Subject: [PATCH] Fixing variable access in logstash module Change-Id: Ic54a3e0c423e71e4030a92972239a2b145522550 --- modules/logstash/templates/kibana.vhost.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/logstash/templates/kibana.vhost.erb b/modules/logstash/templates/kibana.vhost.erb index be608ce892..028553d043 100644 --- a/modules/logstash/templates/kibana.vhost.erb +++ b/modules/logstash/templates/kibana.vhost.erb @@ -9,7 +9,7 @@ CustomLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("::logstash::web::vhost_name") %>-access.log combined - <% if proxy_elasticsearch == true %> + <% if @proxy_elasticsearch == true %> # Proxy GETs for elasticsearch _aliases, .*/_status, .*/_search, # .*/_mapping, _cluster/health, and _nodes. RewriteEngine on