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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...