diff --git a/setup/so-functions b/setup/so-functions index fd2e88516..d9f00d42c 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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" \ diff --git a/setup/so-setup b/setup/so-setup index 48153becb..3bdc82c0e 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -244,7 +244,7 @@ if [[ $is_node ]]; then fi if [[ $is_importpcap ]]; then - PATCHSCHEDULENAME=Automatic + PATCHSCHEDULENAME=auto MTU=1500 RULESETUP=ETOPEN NSMSETUP=BASIC