@@ -7,11 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
7
7
SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
8
8
# Set Splunk version/build parameters here to define downstream URLs and file names
9
9
SPLUNK_PRODUCT := splunk
10
- SPLUNK_VERSION := 8.2.3.3
11
- SPLUNK_BUILD := e40ea5a516d2
12
- # Temporarily setting different versions for SE and UF for security patch
13
- SPLUNK_UF_VERSION := 8.2.3
14
- SPLUNK_UF_BUILD := cd0848707637
10
+ SPLUNK_VERSION := 8.2.4
11
+ SPLUNK_BUILD := 87e2dda940d1
15
12
ifeq ($(shell arch) , s390x)
16
13
SPLUNK_ARCH = s390x
17
14
else
@@ -21,13 +18,13 @@ endif
21
18
# Linux Splunk arguments
22
19
SPLUNK_LINUX_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux-${SPLUNK_ARCH}.tgz
23
20
SPLUNK_LINUX_BUILD_URL ?= https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/linux/${SPLUNK_LINUX_FILENAME}
24
- UF_LINUX_FILENAME ?= splunkforwarder-${SPLUNK_UF_VERSION }-${SPLUNK_UF_BUILD }-Linux-${SPLUNK_ARCH}.tgz
25
- UF_LINUX_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_UF_VERSION }/linux/${UF_LINUX_FILENAME}
21
+ UF_LINUX_FILENAME ?= splunkforwarder-${SPLUNK_VERSION }-${SPLUNK_BUILD }-Linux-${SPLUNK_ARCH}.tgz
22
+ UF_LINUX_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_VERSION }/linux/${UF_LINUX_FILENAME}
26
23
# Windows Splunk arguments
27
24
SPLUNK_WIN_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-x64-release.msi
28
25
SPLUNK_WIN_BUILD_URL ?= https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/windows/${SPLUNK_WIN_FILENAME}
29
- UF_WIN_FILENAME ?= splunkforwarder-${SPLUNK_UF_VERSION }-${SPLUNK_UF_BUILD }-x64-release.msi
30
- UF_WIN_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_UF_VERSION }/windows/${UF_WIN_FILENAME}
26
+ UF_WIN_FILENAME ?= splunkforwarder-${SPLUNK_VERSION }-${SPLUNK_BUILD }-x64-release.msi
27
+ UF_WIN_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_VERSION }/windows/${UF_WIN_FILENAME}
31
28
# Splunk Cloud SDK binary
32
29
SCLOUD_URL ?= https://github.com/splunk/splunk-cloud-sdk-go/releases/download/v1.11.1/scloud_v7.1.0_linux_amd64.tar.gz
33
30
0 commit comments