mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
add receiver to firewall files during soup
This commit is contained in:
@@ -707,8 +707,20 @@ up_to_2.3.90() {
|
|||||||
up_to_2.3.100() {
|
up_to_2.3.100() {
|
||||||
echo "Updating to Security Onion 2.3.100"
|
echo "Updating to Security Onion 2.3.100"
|
||||||
fix_wazuh
|
fix_wazuh
|
||||||
|
|
||||||
echo "Removing /opt/so/state files for patched Salt InfluxDB module and state. This is due to Salt being upgraded and needing to patch the files again."
|
echo "Removing /opt/so/state files for patched Salt InfluxDB module and state. This is due to Salt being upgraded and needing to patch the files again."
|
||||||
rm -vrf /opt/so/state/influxdb_continuous_query.py.patched /opt/so/state/influxdb_retention_policy.py.patched /opt/so/state/influxdbmod.py.patched
|
rm -vrf /opt/so/state/influxdb_continuous_query.py.patched /opt/so/state/influxdb_retention_policy.py.patched /opt/so/state/influxdbmod.py.patched
|
||||||
|
|
||||||
|
echo "Adding receiver hostgroup with so-firewall"
|
||||||
|
if so-firewall addhostgroup receiver 2>&1 | grep -q 'Already exists'; then
|
||||||
|
echo 'receiver hostgroup already exists'
|
||||||
|
else
|
||||||
|
echo 'receiver hostgroup added'
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "Adding receiver to assigned_hostgroups.local.map.yaml"
|
||||||
|
grep -qxF " receiver:" /opt/so/saltstack/local/salt/firewall/assigned_hostgroups.local.map.yaml || echo " receiver:" >> /opt/so/saltstack/local/salt/firewall/assigned_hostgroups.local.map.yaml
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
verify_upgradespace() {
|
verify_upgradespace() {
|
||||||
|
|||||||
Reference in New Issue
Block a user