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!

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...

[Live Demo] Watch SOC transformation in action with the reimagined Splunk Enterprise ...

Overwhelmed SOC? Splunk ES Has Your Back Tool sprawl, alert fatigue, and endless context switching are making ...

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...