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

View File

@@ -2,6 +2,7 @@
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
{%- else %}
{%- set ES = salt['pillar.get']('node:mainip', '') -%}
{%- endif %}
# Author: Justin Henderson
# SANS Instructor and author of SANS SEC555: SIEM and Tactical Analytics
# Email: justin@hasecuritysolution.com
@@ -23,4 +24,3 @@ output {
}
}
}
{%- endif %}