Hello,
I have old version of Splunk (8.2.1, rhel7), inherited,
need perform software upgrade, prior to migrate to new rhel 8 OS.
Seems for successful configuration migration I need first of all upgrade on old rhel7 current verion of Splunk from 8.2.1 to 9.0.6 version, unfortunately 9.0.6 is out of support and I can't download from web this old version.
would you please help me with it ?
Hi @bluorbank
It seems like you've got a good plan regarding the upgrade path (check out https://docs.splunk.com/Documentation/Splunk/9.4.2/Installation/HowtoupgradeSplunk if you havent already seen it which might contain other useful info).
Regarding the 9.0.6 version, the latest 9.0.x version is 9.0.9 - the download links are:
-------- Linux --------
-- Tarball (TGZ)
wget -O splunk-9.0.9-6315942c563f-Linux-x86_64.tgz 'https://download.splunk.com/products/splunk/releases/9.0.9/linux/splunk-9.0.9-6315942c563f-Linux-x86_64.tgz'
wget -O splunkforwarder-9.0.9-6315942c563f-Linux-x86_64.tgz 'https://download.splunk.com/products/universalforwarder/releases/9.0.9/linux/splunkforwarder-9.0.9-6315942c563f-Linux-x86_64.tgz'
-- Debian (DEB)
wget -O splunk-9.0.9-6315942c563f-linux-2.6-amd64.deb 'https://download.splunk.com/products/splunk/releases/9.0.9/linux/splunk-9.0.9-6315942c563f-linux-2.6-amd64.deb'
wget -O splunkforwarder-9.0.9-6315942c563f-linux-2.6-amd64.deb 'https://download.splunk.com/products/universalforwarder/releases/9.0.9/linux/splunkforwarder-9.0.9-6315942c563f-linux-2.6-amd64.deb'
-- RHEL (RPM)
wget -O splunk-9.0.9-6315942c563f.x86_64.rpm 'https://download.splunk.com/products/splunk/releases/9.0.9/linux/splunk-9.0.9-6315942c563f.x86_64.rpm'
wget -O splunkforwarder-9.0.9-6315942c563f.x86_64.rpm 'https://download.splunk.com/products/universalforwarder/releases/9.0.9/linux/splunkforwarder-9.0.9-6315942c563f.x86_64.rpm'
-------- Windows --------
-- Binary (MSI)
wget -O splunk-9.0.9-6315942c563f-x64-release.msi 'https://download.splunk.com/products/splunk/releases/9.0.9/windows/splunk-9.0.9-6315942c563f-x64-release.msi'
wget -O splunkforwarder-9.0.9-6315942c563f-x64-release.msi 'https://download.splunk.com/products/universalforwarder/releases/9.0.9/windows/splunkforwarder-9.0.9-6315942c563f-x64-release.msi'
-- ZIP
wget -O splunk-9.0.9-6315942c563f-windows-64.zip 'https://download.splunk.com/products/splunk/releases/9.0.9/windows/splunk-9.0.9-6315942c563f-windows-64.zip'
wget -O splunkforwarder-9.0.9-6315942c563f-windows-64.zip 'https://download.splunk.com/products/universalforwarder/releases/9.0.9/windows/splunkforwarder-9.0.9-6315942c563f-windows-64.zip'
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Thank you very much!