Fixing variable access in logstash module
Change-Id: Ic54a3e0c423e71e4030a92972239a2b145522550
This commit is contained in:
parent
0055d6c22c
commit
0cdd107a45
@ -9,7 +9,7 @@
|
|||||||
CustomLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("::logstash::web::vhost_name") %>-access.log combined
|
CustomLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("::logstash::web::vhost_name") %>-access.log combined
|
||||||
|
|
||||||
<IfModule mod_proxy.c>
|
<IfModule mod_proxy.c>
|
||||||
<% if proxy_elasticsearch == true %>
|
<% if @proxy_elasticsearch == true %>
|
||||||
# Proxy GETs for elasticsearch _aliases, .*/_status, .*/_search,
|
# Proxy GETs for elasticsearch _aliases, .*/_status, .*/_search,
|
||||||
# .*/_mapping, _cluster/health, and _nodes.
|
# .*/_mapping, _cluster/health, and _nodes.
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user