add logstash to registry for importpcap, change PATCHSCHEDULENAME=auto

This commit is contained in:
m0duspwnens
2020-08-11 15:01:20 -04:00
parent 40006752a1
commit a81d14463c
2 changed files with 2 additions and 1 deletions

View File

@@ -720,6 +720,7 @@ docker_seed_registry() {
if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then if ! [ -f /nsm/docker-registry/docker/registry.tar ]; then
if [ "$install_type" == 'IMPORTPCAP' ]; then if [ "$install_type" == 'IMPORTPCAP' ]; then
local TRUSTED_CONTAINERS=(\ local TRUSTED_CONTAINERS=(\
"so-logstash:$VERSION" \
"so-nginx:$VERSION" \ "so-nginx:$VERSION" \
"so-filebeat:$VERSION" \ "so-filebeat:$VERSION" \
"so-suricata:$VERSION" \ "so-suricata:$VERSION" \

View File

@@ -244,7 +244,7 @@ if [[ $is_node ]]; then
fi fi
if [[ $is_importpcap ]]; then if [[ $is_importpcap ]]; then
PATCHSCHEDULENAME=Automatic PATCHSCHEDULENAME=auto
MTU=1500 MTU=1500
RULESETUP=ETOPEN RULESETUP=ETOPEN
NSMSETUP=BASIC NSMSETUP=BASIC