mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Fix the features suffix
This commit is contained in:
@@ -49,13 +49,17 @@ container_list() {
|
||||
"so-curator"
|
||||
"so-domainstats"
|
||||
"so-elastalert"
|
||||
"so-elasticsearch"
|
||||
"so-filebeat"
|
||||
"so-fleet"
|
||||
"so-fleet-launcher"
|
||||
"so-freqserver"
|
||||
"so-grafana"
|
||||
"so-idstools"
|
||||
"so-influxdb"
|
||||
"so-kibana"
|
||||
"so-kratos"
|
||||
"so-logstash"
|
||||
"so-minio"
|
||||
"so-mysql"
|
||||
"so-nginx"
|
||||
@@ -77,21 +81,6 @@ container_list() {
|
||||
"so-wazuh"
|
||||
"so-zeek"
|
||||
)
|
||||
if [[ "$FEATURESCHECK" == "True" ]]; then
|
||||
TRUSTED_CONTAINERS=( "${TRUSTED_CONTAINERS[@]}"
|
||||
"so-elasticsearch-features"
|
||||
"so-filebeat-features"
|
||||
"so-logstash-features"
|
||||
"so-kibana-features"
|
||||
)
|
||||
else
|
||||
TRUSTED_CONTAINERS=( "${TRUSTED_CONTAINERS[@]}"
|
||||
"so-elasticsearch"
|
||||
"so-filebeat"
|
||||
"so-logstash"
|
||||
"so-kibana"
|
||||
)
|
||||
fi
|
||||
else
|
||||
TRUSTED_CONTAINERS=(
|
||||
"so-filebeat"
|
||||
|
||||
Reference in New Issue
Block a user