mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +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 ! [ -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" \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user