Hi all,
can anybody help, please, where to get the Splunk Enterprise 8.* download installation package? I tried to contact support, an error appeared on their page.
Hi @spisiakmi
I assume this is for linux?
-- Tarball (TGZ)
wget -O splunk-8.2.12-e973afd6886e-Linux-x86_64.tgz 'https://download.splunk.com/products/splunk/releases/8.2.12/linux/splunk-8.2.12-e973afd6886e-Linux-x86_64.tgz'
wget -O splunkforwarder-8.2.12-e973afd6886e-Linux-x86_64.tgz 'https://download.splunk.com/products/universalforwarder/releases/8.2.12/linux/splunkforwarder-8.2.12-e973afd6886e-Linux-x86_64.tgz'
-- RHEL (RPM)
wget -O splunk-8.2.12-e973afd6886e.x86_64.rpm 'https://download.splunk.com/products/splunk/releases/8.2.12/linux/splunk-8.2.12-e973afd6886e.x86_64.rpm'
wget -O splunkforwarder-8.2.12-e973afd6886e.x86_64.rpm 'https://download.splunk.com/products/universalforwarder/releases/8.2.12/linux/splunkforwarder-8.2.12-e973afd6886e.x86_64.rpm'
If you need others check out https://github.com/livehybrid/downloadSplunk or the parent repo https://github.com/ryanadler/downloadSplunk (Kudos to Ryan!)
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing