We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe8ba commit 6e26f90Copy full SHA for 6e26f90
src/installes.sh
@@ -58,8 +58,9 @@
58
# 20241020 change output order on essinstaller error check to make it easier to spot
59
# 20241020 more bracketed paste mode disabling
60
# 20241203 rework test logic at end of setup to improve messages and add crash.log detection and print log if detected
61
+# 20241203 add info on splunk version in output
62
-VERSION="20241203b"
63
+VERSION="20241203c"
64
65
SCRIPTNAME="installes"
66
@@ -251,6 +252,7 @@ else
251
252
fi
253
254
version=`${SPLUNK_HOME}/bin/splunk version | cut -d ' ' -f 2`;
255
+echo_log "Splunk version $version"
256
if [[ $version =~ ^([^.]+\.[^.]+)\. ]]; then
257
ver=${BASH_REMATCH[1]}
258
debug_log "current major version is=$ver"
0 commit comments