mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 11:42:50 +01:00
add logstash to registry for importpcap, change PATCHSCHEDULENAME=auto
This commit is contained in:
@@ -720,6 +720,7 @@ docker_seed_registry() {
|
||||
if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then
|
||||
if [ "$install_type" == 'IMPORTPCAP' ]; then
|
||||
local TRUSTED_CONTAINERS=(\
|
||||
"so-logstash:$VERSION" \
|
||||
"so-nginx:$VERSION" \
|
||||
"so-filebeat:$VERSION" \
|
||||
"so-suricata:$VERSION" \
|
||||
|
||||
@@ -244,7 +244,7 @@ if [[ $is_node ]]; then
|
||||
fi
|
||||
|
||||
if [[ $is_importpcap ]]; then
|
||||
PATCHSCHEDULENAME=Automatic
|
||||
PATCHSCHEDULENAME=auto
|
||||
MTU=1500
|
||||
RULESETUP=ETOPEN
|
||||
NSMSETUP=BASIC
|
||||
|
||||
Reference in New Issue
Block a user