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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...