Fixing variable access in logstash module

Change-Id: Ic54a3e0c423e71e4030a92972239a2b145522550
This commit is contained in:
Spencer Krum 2014-09-11 16:26:22 -07:00
parent 0a11722253
commit bf8804e3ac
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
CustomLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("::logstash::web::vhost_name") %>-access.log combined
<IfModule mod_proxy.c>
<% if proxy_elasticsearch == true %>
<% if @proxy_elasticsearch == true %>
# Proxy GETs for elasticsearch _aliases, .*/_status, .*/_search,
# .*/_mapping, _cluster/health, and _nodes.
RewriteEngine on