Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bab91c1

Browse files
committed
up to 8.1.1
1 parent 096c126 commit bab91c1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/installes.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464
# 20250123 up to 8.0.2
6565
# 20250505 add auto workaround for outputs reload that can lead to crash
6666
# 20250611 up to 8.1.0
67+
# 20250825 up to 8.1.1
6768

68-
VERSION="20250511a"
69+
VERSION="20250825a"
6970

7071
SCRIPTNAME="installes"
7172

@@ -161,7 +162,8 @@ fi
161162
#ESAPP="splunk-enterprise-security_731.spl";
162163
#ESAPP="splunk-enterprise-security_732.spl";
163164
#ESAPP="splunk-enterprise-security_802.spl";
164-
ESAPP="splunk-enterprise-security_810.spl";
165+
#ESAPP="splunk-enterprise-security_810.spl";
166+
ESAPP="splunk-enterprise-security_811.spl";
165167

166168

167169
# SHA256 checksum (splunk-enterprise-security_500.spl) b2a5e4f8297554f4e1818f749386480cfce148e87be8920df939a4282223222c
@@ -191,10 +193,11 @@ ESAPP="splunk-enterprise-security_810.spl";
191193
# SHA256 checksum (splunk-enterprise-security_732.spl) 37581ae057a26f9c7eac04e16f46c11ed8d7bf194491857ff478d874e6f8d1aa
192194
# SHA256 checksum (splunk-enterprise-security_802.spl) 4f996b12b7ff9ed8d27aebb8b0646864e06bca869b3e04472ff9a91dddeab5fe
193195
# sha256 -c 37083026a3f59a9eff5c593dab9b4e111e173d3afab8919a61713c9d4c60c501 splunk-enterprise-security_810.spl
196+
# sha256 -c 8c8e4151535d1d53e8c6f9fc50d6779b26a85924acc93cde85c494945dc39c5c 'splunk-enterprise-security_811.spl
194197

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

197-
EXPECTEDSHA="37083026a3f59a9eff5c593dab9b4e111e173d3afab8919a61713c9d4c60c5014"
200+
EXPECTEDSHA="8c8e4151535d1d53e8c6f9fc50d6779b26a85924acc93cde85c494945dc39c5c"
198201

199202

200203
CONTENTUPDATE=`LANG=C;find ${INSTALLAPPDIR} -name "splunk-es-content-update_*.tgz" | sort | tail -1`

0 commit comments

Comments
 (0)