mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fleet SA - SOC Link Fix
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
{%- set THEHIVEKEY = salt['pillar.get']('global:hivekey', '') %}
|
{%- set THEHIVEKEY = salt['pillar.get']('global:hivekey', '') %}
|
||||||
{%- set PLAYBOOK = salt['pillar.get']('manager:playbook', '0') %}
|
{%- set PLAYBOOK = salt['pillar.get']('manager:playbook', '0') %}
|
||||||
{%- set THEHIVE = salt['pillar.get']('manager:thehive', '0') %}
|
{%- set THEHIVE = salt['pillar.get']('manager:thehive', '0') %}
|
||||||
{%- set OSQUERY = salt['pillar.get']('manager:osquery', '0') %}
|
{% set FLEETMANAGER = salt['pillar.get']('global:fleet_manager', False) %}
|
||||||
|
{% set FLEETNODE = salt['pillar.get']('global:fleet_node', False) %}
|
||||||
{%- set GRAFANA = salt['pillar.get']('manager:grafana', '0') %}
|
{%- set GRAFANA = salt['pillar.get']('manager:grafana', '0') %}
|
||||||
{%- set ISAIRGAP = salt['pillar.get']('global:airgap', 'False') %}
|
{%- set ISAIRGAP = salt['pillar.get']('global:airgap', 'False') %}
|
||||||
{%- set API_TIMEOUT = salt['pillar.get']('sensoroni:api_timeout_ms', 0) %}
|
{%- set API_TIMEOUT = salt['pillar.get']('sensoroni:api_timeout_ms', 0) %}
|
||||||
@@ -116,7 +117,7 @@
|
|||||||
{%- if THEHIVE == 0 %}
|
{%- if THEHIVE == 0 %}
|
||||||
"toolTheHive",
|
"toolTheHive",
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if OSQUERY == 0 %}
|
{%- if FLEETMANAGER or FLEETNODE %}
|
||||||
"toolFleet",
|
"toolFleet",
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if GRAFANA == 0 %}
|
{%- if GRAFANA == 0 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user