Merge pull request #586 from Security-Onion-Solutions/dev

1.2.1-1
This commit is contained in:
Mike Reeves
2020-04-20 16:12:54 -04:00
committed by GitHub
3 changed files with 9 additions and 7 deletions

View File

@@ -46,14 +46,14 @@
Evaluation Mode: Evaluation Mode:
- ISO or a Single VM running Ubuntu 16.04 or CentOS 7 - ISO or a Single VM running Ubuntu 18.04 or CentOS 7
- Minimum 12GB of RAM - Minimum 12GB of RAM
- Minimum 4 CPU cores - Minimum 4 CPU cores
- Minimum 2 NICs - Minimum 2 NICs
Distributed: Distributed:
- 3 VMs running the ISO or Ubuntu 16.04 or CentOS 7 (You can mix and match) - 3 VMs running the ISO or Ubuntu 18.04 or CentOS 7 (You can mix and match)
- Minimum 8GB of RAM per VM - Minimum 8GB of RAM per VM
- Minimum 4 CPU cores per VM - Minimum 4 CPU cores per VM
- Minimum 2 NICs for forward nodes - Minimum 2 NICs for forward nodes
@@ -75,6 +75,7 @@ git clone https://github.com/Security-Onion-Solutions/securityonion-saltstack
cd securityonion-saltstack cd securityonion-saltstack
sudo bash so-setup-network sudo bash so-setup-network
``` ```
Follow the prompts and reboot if asked to do so. Follow the prompts and reboot if asked to do so.
Then proceed to the [Hybrid Hunter Quick Start Guide](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/Hybrid-Hunter-Quick-Start-Guide). Then proceed to the [Hybrid Hunter Quick Start Guide](https://github.com/Security-Onion-Solutions/securityonion-saltstack/wiki/Hybrid-Hunter-Quick-Start-Guide).

View File

@@ -19,5 +19,4 @@ health:
enabled: true enabled: true
interval: 10s interval: 10s
threshold: 3 threshold: 3
proxy:
remoteurl: https://registry-1.docker.io

View File

@@ -603,9 +603,9 @@ docker_seed_registry() {
"so-soctopus:$VERSION" \ "so-soctopus:$VERSION" \
"so-steno:$VERSION" \ "so-steno:$VERSION" \
"so-strelka-frontend:$VERSION" \ "so-strelka-frontend:$VERSION" \
"so-strelka-manager:$VERSION" \ "so-strelka-manager:$VERSION" \
"so-strelka-backend:$VERSION" \ "so-strelka-backend:$VERSION" \
"so-strelka-filestream:$VERSION" \ "so-strelka-filestream:$VERSION" \
"so-suricata:$VERSION" \ "so-suricata:$VERSION" \
"so-telegraf:$VERSION" \ "so-telegraf:$VERSION" \
"so-thehive:$VERSION" \ "so-thehive:$VERSION" \
@@ -645,6 +645,8 @@ docker_seed_registry() {
done done
else else
# We already have the goods son # We already have the goods son
cd /nsm/docker-registry/docker
tar xvf so-dockers-$VERSION.tar
rm /nsm/docker-registry/docker/so-dockers-$VERSION.tar rm /nsm/docker-registry/docker/so-dockers-$VERSION.tar
fi fi