mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add heavynode
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
{% set nodeTypes = ['eval'] %}
|
||||
{% else %}
|
||||
{#% set nodeTypes = ['standalone', 'manager', 'managersearch', 'sensortab', 'searchnode'] %#}
|
||||
{% set nodeTypes = ['standalone'] %}
|
||||
{% set nodeTypes = ['standalone', 'heavynode'] %}
|
||||
{% endif %}
|
||||
|
||||
{% 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