Logstash Module - Fix ES output logic

This commit is contained in:
Mike Reeves
2018-11-01 18:03:05 -04:00
parent 39677afa74
commit f2bfef58c8
18 changed files with 18 additions and 18 deletions
@@ -2,6 +2,7 @@
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
{%- else %}
{%- set ES = salt['pillar.get']('node:mainip', '') -%}
{%- endif %}
# Updated by: Doug Burks
# Last Update: 5/16/2017
@@ -24,4 +25,3 @@ output {
}
}
}
{%- endif %}