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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...