Fix the features suffix

This commit is contained in:
TOoSmOotH
2020-12-15 17:05:33 -05:00
parent e3c8018824
commit 04a26df4f7
2 changed files with 19 additions and 20 deletions

View File

@@ -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"