Skip to content

Commit 5472d25

Browse files
Merge pull request #13596 from Security-Onion-Solutions/hotfix/2.4.100
Hotfix 2.4.100
2 parents a9f2dfc + fd187b1 commit 5472d25

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

DOWNLOAD_AND_VERIFY_ISO.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### 2.4.100-20240829 ISO image released on 2024/08/29
1+
### 2.4.100-20240903 ISO image released on 2024/09/03
22

33

44
### Download and Verify
55

6-
2.4.100-20240829 ISO image:
7-
https://download.securityonion.net/file/securityonion/securityonion-2.4.100-20240829.iso
6+
2.4.100-20240903 ISO image:
7+
https://download.securityonion.net/file/securityonion/securityonion-2.4.100-20240903.iso
88

9-
MD5: 377586C143FABD662DB414DEA49D46B7
10-
SHA1: 69D4B94522789AF47075A9FF1354B069679AC366
11-
SHA256: 52FBA5C8762B8DCF2945AD2837B3A19E63ADCC209AB510D7FD0F86AE713AA153
9+
MD5: 856BBB4F0764C0A479D8949725FC096B
10+
SHA1: B3FCFB8F1031EB8AA833A90C6C5BB61328A73842
11+
SHA256: 0103EB9D78970396BB47CBD18DA1FFE64524F5C1C559487A1B2D293E1882B265
1212

1313
Signature for ISO image:
14-
https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.100-20240829.iso.sig
14+
https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.100-20240903.iso.sig
1515

1616
Signing key:
1717
https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.4/main/KEYS
@@ -25,22 +25,22 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/2.
2525

2626
Download the signature file for the ISO:
2727
```
28-
wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.100-20240829.iso.sig
28+
wget https://github.com/Security-Onion-Solutions/securityonion/raw/2.4/main/sigs/securityonion-2.4.100-20240903.iso.sig
2929
```
3030

3131
Download the ISO image:
3232
```
33-
wget https://download.securityonion.net/file/securityonion/securityonion-2.4.100-20240829.iso
33+
wget https://download.securityonion.net/file/securityonion/securityonion-2.4.100-20240903.iso
3434
```
3535

3636
Verify the downloaded ISO image using the signature file:
3737
```
38-
gpg --verify securityonion-2.4.100-20240829.iso.sig securityonion-2.4.100-20240829.iso
38+
gpg --verify securityonion-2.4.100-20240903.iso.sig securityonion-2.4.100-20240903.iso
3939
```
4040

4141
The output should show "Good signature" and the Primary key fingerprint should match what's shown below:
4242
```
43-
gpg: Signature made Thu 29 Aug 2024 12:02:55 PM EDT using RSA key ID FE507013
43+
gpg: Signature made Sat 31 Aug 2024 05:05:05 PM EDT using RSA key ID FE507013
4444
gpg: Good signature from "Security Onion Solutions, LLC <[email protected]>"
4545
gpg: WARNING: This key is not certified with a trusted signature!
4646
gpg: There is no indication that the signature belongs to the owner.

HOTFIX

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20240903

salt/elasticsearch/defaults.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9054,6 +9054,7 @@ elasticsearch:
90549054
- logs-system.application@custom
90559055
- so-fleet_globals-1
90569056
- so-fleet_agent_id_verification-1
9057+
- so-system-mappings
90579058
data_stream:
90589059
allow_custom_routing: false
90599060
hidden: false
@@ -9149,6 +9150,7 @@ elasticsearch:
91499150
- logs-system.security@custom
91509151
- so-fleet_globals-1
91519152
- so-fleet_agent_id_verification-1
9153+
- so-system-mappings
91529154
data_stream:
91539155
allow_custom_routing: false
91549156
hidden: false
@@ -9244,6 +9246,7 @@ elasticsearch:
92449246
- logs-system.system@custom
92459247
- so-fleet_globals-1
92469248
- so-fleet_agent_id_verification-1
9249+
- so-system-mappings
92479250
data_stream:
92489251
allow_custom_routing: false
92499252
hidden: false
566 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)