mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-15 11:43:35 +01:00
Remove Curator
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
{% if GLOBALS.role == 'so-eval' %}
|
||||
{% set NODE_CONTAINERS = [
|
||||
'so-curator',
|
||||
'so-dockerregistry',
|
||||
'so-elasticsearch',
|
||||
'so-elastic-fleet',
|
||||
@@ -25,7 +24,6 @@
|
||||
|
||||
{% elif GLOBALS.role == 'so-manager' or GLOBALS.role == 'so-standalone' or GLOBALS.role == 'so-managersearch' %}
|
||||
{% set NODE_CONTAINERS = [
|
||||
'so-curator',
|
||||
'so-dockerregistry',
|
||||
'so-elasticsearch',
|
||||
'so-elastic-fleet',
|
||||
@@ -56,7 +54,6 @@
|
||||
|
||||
{% elif GLOBALS.role == 'so-heavynode' %}
|
||||
{% set NODE_CONTAINERS = [
|
||||
'so-curator',
|
||||
'so-elasticsearch',
|
||||
'so-elastic-agent',
|
||||
'so-logstash',
|
||||
|
||||
Reference in New Issue
Block a user