mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
add heavynode
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{% set nodeTypes = ['eval'] %}
|
{% set nodeTypes = ['eval'] %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
|
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
|
||||||
{% set nodeTypes = ['standalone'] %}
|
{% set nodeTypes = ['standalone', 'heavynode'] %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}
|
{% if grains['role'] in ['so-manager', 'so-managersearch', 'so-standalone'] or (grains.role == 'so-eval' and GRAFANA == 1) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user