mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-18 06:52:56 +01:00
Backup Suricata for migration and remove advanced from reverselookups
This commit is contained in:
@@ -583,6 +583,7 @@ up_to_2.4.60() {
|
|||||||
|
|
||||||
up_to_2.4.70() {
|
up_to_2.4.70() {
|
||||||
playbook_migration
|
playbook_migration
|
||||||
|
suricata_idstools_migration
|
||||||
toggle_telemetry
|
toggle_telemetry
|
||||||
add_detection_test_pillars
|
add_detection_test_pillars
|
||||||
INSTALLEDVERSION=2.4.70
|
INSTALLEDVERSION=2.4.70
|
||||||
@@ -634,6 +635,16 @@ ASSIST_EOF
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
suricata_idstools_migration() {
|
||||||
|
#Backup the pillars for idstools
|
||||||
|
mkdir -p /nsm/backup/detections-migration/idstools
|
||||||
|
rsync -av /opt/so/saltstack/local/pillar/idstools /nsm/backup/detections-migration/idstools
|
||||||
|
|
||||||
|
#Backup Thresholds
|
||||||
|
mkdir -p /nsm/backup/detections-migration/suricata
|
||||||
|
rsync -av /opt/so/saltstack/local/salt/suricata/thresholding /nsm/backup/detections-migration/suricata
|
||||||
|
}
|
||||||
|
|
||||||
playbook_migration() {
|
playbook_migration() {
|
||||||
# Start SOC Detections migration
|
# Start SOC Detections migration
|
||||||
mkdir -p /nsm/backup/detections-migration/{suricata,sigma/rules,elastalert}
|
mkdir -p /nsm/backup/detections-migration/{suricata,sigma/rules,elastalert}
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ soc:
|
|||||||
apiTimeoutMs:
|
apiTimeoutMs:
|
||||||
description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.
|
description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: False
|
||||||
forcedType: int
|
forcedType: int
|
||||||
webSocketTimeoutMs:
|
webSocketTimeoutMs:
|
||||||
description: Duration (in milliseconds) to wait for a response from the SOC server websocket before giving up and reconnecting.
|
description: Duration (in milliseconds) to wait for a response from the SOC server websocket before giving up and reconnecting.
|
||||||
|
|||||||
Reference in New Issue
Block a user