mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Add soup to 2.3.90
This commit is contained in:
@@ -399,6 +399,7 @@ postupgrade_changes() {
|
||||
[[ "$POSTVERSION" == 2.3.20 || "$POSTVERSION" == 2.3.21 ]] && post_2.3.2X_to_2.3.30
|
||||
[[ "$POSTVERSION" == 2.3.30 ]] && post_2.3.30_to_2.3.40
|
||||
[[ "$POSTVERSION" == 2.3.50 ]] && post_2.3.5X_to_2.3.60
|
||||
[[ "$POSTVERSION" == 2.3.60 ]] && post_2.3.60_to_2.3.90
|
||||
true
|
||||
}
|
||||
|
||||
@@ -424,6 +425,16 @@ post_2.3.5X_to_2.3.60() {
|
||||
POSTVERSION=2.3.60
|
||||
}
|
||||
|
||||
post_2.3.60_to_2.3.90() {
|
||||
# Do Kibana dashboard things
|
||||
salt-call state.apply kibana.so_savedobjects_defaults queue=True
|
||||
|
||||
# Create Endgame Hostgroup
|
||||
so-firewall addhostgroup endgame
|
||||
|
||||
POSTVERSION=2.3.90
|
||||
}
|
||||
|
||||
|
||||
rc1_to_rc2() {
|
||||
|
||||
@@ -666,9 +677,11 @@ up_2.3.5X_to_2.3.80() {
|
||||
}
|
||||
|
||||
up_2.3.80_to_2.3.90() {
|
||||
# Fix Zeek so that it a bool vs a string
|
||||
|
||||
|
||||
INSTALLEDVERSION=2.3.90
|
||||
|
||||
}
|
||||
|
||||
verify_upgradespace() {
|
||||
CURRENTSPACE=$(df -BG / | grep -v Avail | awk '{print $4}' | sed 's/.$//')
|
||||
if [ "$CURRENTSPACE" -lt "10" ]; then
|
||||
|
||||
Reference in New Issue
Block a user