mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-14 21:22:48 +01:00
Merge pull request #525 from Security-Onion-Solutions/fix/strelka_filebeat
update variables
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
{%- set HOSTNAME = salt['grains.get']('host', '') %}
|
||||
{%- set BROVER = salt['pillar.get']('static:broversion', 'COMMUNITY') %}
|
||||
{%- set WAZUHENABLED = salt['pillar.get']('static:wazuh_enabled', '1') %}
|
||||
{%- set STRELKAENABLED = salt['pillar.get']('static:strelka_enabled', '1') %}
|
||||
{%- set WAZUHENABLED = salt['pillar.get']('master:wazuh_enabled', '0') %}
|
||||
{%- set STRELKAENABLED = salt['pillar.get']('master:strelka_enabled', '0') %}
|
||||
{%- set FLEETMASTER = salt['pillar.get']('static:fleet_master', False) -%}
|
||||
{%- set FLEETNODE = salt['pillar.get']('static:fleet_node', False) -%}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{%- set DOMAINSTATS = salt['pillar.get']('master:domainstats', '0') -%}
|
||||
{%- set FLEETMASTER = salt['pillar.get']('static:fleet_master', False) -%}
|
||||
{%- set FLEETNODE = salt['pillar.get']('static:fleet_node', False) -%}
|
||||
{%- set STRELKA = salt['pillar.get']('master:strelka', '1') -%}
|
||||
{%- set STRELKA = salt['pillar.get']('master:strelka', '0') -%}
|
||||
|
||||
|
||||
base:
|
||||
|
||||
Reference in New Issue
Block a user