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