Merge pull request #4517 from Security-Onion-Solutions/fix/filebeat

update roles that include es state
This commit is contained in:
Josh Patterson
2021-06-14 10:02:50 -04:00
committed by GitHub

View File

@@ -22,7 +22,7 @@
{% set MANAGERIP = salt['pillar.get']('global:managerip', '') %}
{% from 'filebeat/map.jinja' import THIRDPARTY with context %}
{% from 'filebeat/map.jinja' import SO with context %}
{% set ES_INCLUDED_NODES = ['so-standalone'] %}
{% set ES_INCLUDED_NODES = ['so-standalone', 'so-managersearch', 'so-node', 'so-heavynode', 'so-import'] %}
#only include elastic state for certain nodes
{% if grains.role in ES_INCLUDED_NODES %}