Skip to content

Instantly share code, notes, and snippets.

@K-Yo
K-Yo / splunk-download.sh
Last active January 3, 2025 17:18
Bash script to help download the latest splunk version of your choice.
#!/bin/bash
# code used for the article https://olivontech.com/en/posts/splunk/download-splunk-without-login/
# inspired from https://gist.github.com/ThinGuy/ee76f181151047267cdb38b7e1c1f1e3
# compatible with bash 4.4+
# you need curl for the dowloads to happen
# if download is interrupted, it will resume where it left off
download-splunk() {
# Array of Splunk URLS