Skip to content

Commit 3b32749

Browse files
committed
up to 9.4.2
1 parent c2e731f commit 3b32749

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/splunkconf-cloud-recovery.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,9 @@ exec >> /var/log/splunkconf-cloud-recovery-debug.log 2>&1
266266
# 20241029 add mke2fs options to speed up initialization for big disks
267267
# 20241115 up to 9.3.2
268268
# 20250406 up to 9.4.1
269+
# 20250505 up to 9.4.2
269270

270-
VERSION="20250406a"
271+
VERSION="20250505a"
271272

272273
# dont break script on error as we rely on tests for this
273274
set +e
@@ -1583,13 +1584,13 @@ fi # if not upgrade
15831584
echo "#************************************** SPLUNK SOFTWARE BINARY INSTALLATION ************************"
15841585
# Splunk installation
15851586
# note : if you update here, that could update Splunk version at reinstanciation (redeploy backup while upgrading to this version), make sure you know what you do !
1586-
splversion="9.4.1"
1587-
splhash="e3bdab203ac8"
1587+
splversion="9.4.2"
1588+
splhash="e9664af3d956"
15881589
splversionhash=${splversion}-${splhash}""
15891590
# this is spl arch, arch will be the one from os
15901591
splarch="x86_64"
15911592
arch=`uname --hardware-platform`
1592-
1593+
# wget -O splunk-9.4.2-e9664af3d956.x86_64.rpm "https://download.splunk.com/products/splunk/releases/9.4.2/linux/splunk-9.4.2-e9664af3d956.x86_64.rpm"
15931594

15941595
if [ "$splunkmode" == "uf" ]; then
15951596
splbinary="splunkforwarder-${splversionhash}.${splarch}.rpm"

0 commit comments

Comments
 (0)