@@ -7,11 +7,8 @@ SPLUNK_ANSIBLE_BRANCH ?= develop
77SPLUNK_COMPOSE ?= cluster_absolute_unit.yaml
88# Set Splunk version/build parameters here to define downstream URLs and file names
99SPLUNK_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
1512ifeq ($(shell arch) , s390x)
1613 SPLUNK_ARCH = s390x
1714else
@@ -21,13 +18,13 @@ endif
2118# Linux Splunk arguments
2219SPLUNK_LINUX_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux-${SPLUNK_ARCH}.tgz
2320SPLUNK_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}
2623# Windows Splunk arguments
2724SPLUNK_WIN_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-x64-release.msi
2825SPLUNK_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}
3128# Splunk Cloud SDK binary
3229SCLOUD_URL ?= https://github.com/splunk/splunk-cloud-sdk-go/releases/download/v1.11.1/scloud_v7.1.0_linux_amd64.tar.gz
3330
0 commit comments