Skip to content

Commit 6e26f90

Browse files
committed
add splunk version as default output
1 parent cffe8ba commit 6e26f90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/installes.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
# 20241020 change output order on essinstaller error check to make it easier to spot
5959
# 20241020 more bracketed paste mode disabling
6060
# 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
6162

62-
VERSION="20241203b"
63+
VERSION="20241203c"
6364

6465
SCRIPTNAME="installes"
6566

@@ -251,6 +252,7 @@ else
251252
fi
252253

253254
version=`${SPLUNK_HOME}/bin/splunk version | cut -d ' ' -f 2`;
255+
echo_log "Splunk version $version"
254256
if [[ $version =~ ^([^.]+\.[^.]+)\. ]]; then
255257
ver=${BASH_REMATCH[1]}
256258
debug_log "current major version is=$ver"

0 commit comments

Comments
 (0)