Getting Data In

Whats a Splunk MD5 package install for?

Dark_Ichigo
Builder

I noticed that there are Splunk installs with md5 at the end, Im not too experienced with what that is or how I would be able to was it. any ideas?

for example: splunk-4.3.2-123586-solaris-8-sparc.pkg.Z.md5

Tags (3)
0 Karma
1 Solution

Ayn
Legend

It's not an install package, it's a checksum that lets you verify that the install package you downloaded was downloaded correctly.

For instance, this is what the MD5 sum file for the x86 install of the Universal Forwarder v4.3.3 contains:

$ cat splunkforwarder-4.3.3-128297-x86-release.msi.md5 
86353f3acf1ee9230ebdfc026ee80821

And this is what you get if you calculate an MD5 sum for the actual (correctly) downloaded package:

$ md5sum splunkforwarder-4.3.3-128297-x86-release.msi
86353f3acf1ee9230ebdfc026ee80821  splunkforwarder-4.3.3-128297-x86-release.msi

By comparing those two sums, you can verify that your download is correct.

View solution in original post

Ayn
Legend

It's not an install package, it's a checksum that lets you verify that the install package you downloaded was downloaded correctly.

For instance, this is what the MD5 sum file for the x86 install of the Universal Forwarder v4.3.3 contains:

$ cat splunkforwarder-4.3.3-128297-x86-release.msi.md5 
86353f3acf1ee9230ebdfc026ee80821

And this is what you get if you calculate an MD5 sum for the actual (correctly) downloaded package:

$ md5sum splunkforwarder-4.3.3-128297-x86-release.msi
86353f3acf1ee9230ebdfc026ee80821  splunkforwarder-4.3.3-128297-x86-release.msi

By comparing those two sums, you can verify that your download is correct.

Dark_Ichigo
Builder

Mate, your a King!

I just wonder why they don't give us the checksum instead of having to download it?

0 Karma
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...