Installation

Check Splunk Version in Shell Script before upgrading.

Smokex365
Engager

I've been working on a set of shell scripts to help automate upgrading splunk. So far I've pretty much gotten working as far as downloading the installer (.deb in this case) and running through the upgrade. What I'd like to do now is make it check the installed version against the downloaded version and either update it if the downloaded version is newer or abort if the installed version is newer.

Also, if anyone has found a way to get a clean url, ie. http:///latest/release, instead of the mess you get now.

Tags (3)
0 Karma

dwaddle
SplunkTrust
SplunkTrust

Given you're working with .deb, what stops you from putting up a local apt repository and hosting Splunk from there? Then when you put a new version of Splunk there a simple apt-get update will get the newest version if and only if it is necessary...

0 Karma

Smokex365
Engager

One reason is that I'm attempting to make the script usable by anyone so it's not just personal use. Another is that setting up a repository seems like a lot of work, especially if I went with multiple servers.

If I could get this solution working it would be as easy as downloading the main script, running it (which it retrieves the latest upgrade script already) and waiting for it to finish.

0 Karma

kristian_kolb
Ultra Champion

Check in $SPLUNK_HOME/etc/splunk.version?

/K

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...