Skip to content

Commit

Permalink
add sha for es 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
araman-m committed Jun 12, 2024
1 parent cedf102 commit 0badbd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/installes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
# 20230907 add sha for 7.2.0
# 20231220 add sha for 7.3.0
# 20240424 add sha for 7.3.1
# 20240612 add sha for 7.3.2

VERSION="20240424a"
VERSION="20240612a"

SCRIPTNAME="installes"

Expand Down Expand Up @@ -243,7 +244,8 @@ fi
#ESAPP="splunk-enterprise-security_711.spl";
#ESAPP="splunk-enterprise-security_720.spl";
#ESAPP="splunk-enterprise-security_730.spl";
ESAPP="splunk-enterprise-security_731.spl";
#ESAPP="splunk-enterprise-security_731.spl";
ESAPP="splunk-enterprise-security_732.spl";

read -p "ESAPP file name (default : ${ESAPP})" input
ESAPP=${input:-$ESAPP}
Expand Down Expand Up @@ -282,10 +284,11 @@ fi
# SHA256 checksum (splunk-enterprise-security_720.spl) a0782af46e32e329bf4eaaf6996476a302a480e20d76255410f6970ce5f5687b
# SHA256 checksum (splunk-enterprise-security_730.spl) 568f72730d61159175495bec665fb2ae2282b760aa9698b52b1682e2acf925dc
# SHA256 checksum (splunk-enterprise-security_731.spl) 1ec5e756206eae020135d52bba4e716a9afc0353a3d2793f25bd351117070102
# SHA256 checksum (splunk-enterprise-security_732.spl) 37581ae057a26f9c7eac04e16f46c11ed8d7bf194491857ff478d874e6f8d1aa

# SHA256 checksum (splunk-es-content-update_3240.tgz) 49aca3ab3bb1291f988459708e9a589aacc5b64caed493831a00546c36181ea6

EXPECTEDSHA="1ec5e756206eae020135d52bba4e716a9afc0353a3d2793f25bd351117070102"
EXPECTEDSHA="37581ae057a26f9c7eac04e16f46c11ed8d7bf194491857ff478d874e6f8d1aa"

echo_log "please verify sha256 to check for integrity (corruption , truncation during file download....)"
echo "INFO: expected sha256=${EXPECTEDSHA}"
Expand Down
7 changes: 4 additions & 3 deletions src/splunkconf-prepare-es-from-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
# 20230907 update for 7.2.0
# 20231220 update for 7.3.0
# 20240424 update for 7.3.1
# 20240612 update for 7.3.2

VERSION="20240424"
VERSION="20240612"

ESAPP="splunk-enterprise-security_731.spl"
ESCU="splunk-es-content-update_4250.tgz"
ESAPP="splunk-enterprise-security_732.spl"
ESCU="splunk-es-content-update_4330.tgz"

# check that we are not launched
if [[ $EUID -eq 0 ]]; then
Expand Down

0 comments on commit 0badbd9

Please sign in to comment.