File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,18 @@ 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 := 9.2.1
11- SPLUNK_BUILD := 78803f08aabb
10+ SPLUNK_VERSION := 9.4.0
11+ SPLUNK_BUILD := 6b4ebe426ca6
1212ifeq ($(shell arch) , s390x)
1313 SPLUNK_ARCH = s390x
1414else
15- SPLUNK_ARCH = x86_64
15+ SPLUNK_ARCH = amd64
1616endif
1717
1818# Linux Splunk arguments
19- SPLUNK_LINUX_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux -${SPLUNK_ARCH}.tgz
19+ SPLUNK_LINUX_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-linux -${SPLUNK_ARCH}.tgz
2020SPLUNK_LINUX_BUILD_URL ?= https://download.splunk.com/products/${SPLUNK_PRODUCT}/releases/${SPLUNK_VERSION}/linux/${SPLUNK_LINUX_FILENAME}
21- UF_LINUX_FILENAME ?= splunkforwarder-${SPLUNK_VERSION}-${SPLUNK_BUILD}-Linux -${SPLUNK_ARCH}.tgz
21+ UF_LINUX_FILENAME ?= splunkforwarder-${SPLUNK_VERSION}-${SPLUNK_BUILD}-linux -${SPLUNK_ARCH}.tgz
2222UF_LINUX_BUILD_URL ?= https://download.splunk.com/products/universalforwarder/releases/${SPLUNK_VERSION}/linux/${UF_LINUX_FILENAME}
2323# Windows Splunk arguments
2424SPLUNK_WIN_FILENAME ?= splunk-${SPLUNK_VERSION}-${SPLUNK_BUILD}-x64-release.msi
You can’t perform that action at this time.
0 commit comments