mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
SOUP Features
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
# NOTE: This script depends on so-common
|
# NOTE: This script depends on so-common
|
||||||
IMAGEREPO=securityonion
|
IMAGEREPO=securityonion
|
||||||
|
FEATURESCHECK=$(lookup_pillar elastic features)
|
||||||
|
|
||||||
container_list() {
|
container_list() {
|
||||||
MANAGERCHECK=$1
|
MANAGERCHECK=$1
|
||||||
@@ -46,17 +47,24 @@ container_list() {
|
|||||||
"so-curator" \
|
"so-curator" \
|
||||||
"so-domainstats" \
|
"so-domainstats" \
|
||||||
"so-elastalert" \
|
"so-elastalert" \
|
||||||
|
if [[ "$FEATURESCHECK" == "True" ]]; then
|
||||||
|
"so-elasticsearch-features" \
|
||||||
|
"so-filebeat-features" \
|
||||||
|
"so-logstash-features" \
|
||||||
|
"so-kibana-features" \
|
||||||
|
else
|
||||||
"so-elasticsearch" \
|
"so-elasticsearch" \
|
||||||
"so-filebeat" \
|
"so-filebeat" \
|
||||||
|
"so-logstash" \
|
||||||
|
"so-kibana" \
|
||||||
|
fi
|
||||||
"so-fleet" \
|
"so-fleet" \
|
||||||
"so-fleet-launcher" \
|
"so-fleet-launcher" \
|
||||||
"so-freqserver" \
|
"so-freqserver" \
|
||||||
"so-grafana" \
|
"so-grafana" \
|
||||||
"so-idstools" \
|
"so-idstools" \
|
||||||
"so-influxdb" \
|
"so-influxdb" \
|
||||||
"so-kibana" \
|
|
||||||
"so-kratos" \
|
"so-kratos" \
|
||||||
"so-logstash" \
|
|
||||||
"so-minio" \
|
"so-minio" \
|
||||||
"so-mysql" \
|
"so-mysql" \
|
||||||
"so-nginx" \
|
"so-nginx" \
|
||||||
|
|||||||
Reference in New Issue
Block a user