Logstash Module - Clean up logic around master

This commit is contained in:
Mike Reeves
2018-09-18 17:43:03 -04:00
parent 986e3df015
commit 131c72cc40
17 changed files with 34 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
{%- if grains['role'] != 'so-master' %}
{%- set ES = salt['pillar.get']('mainip'. '') %}
# Author: Justin Henderson
# SANS Instructor and author of SANS SEC555: SIEM and Tactical Analytics
@@ -21,3 +22,4 @@ output {
}
}
}
{%- endif %}