All Apps and Add-ons

How to get Splunk to work with FreeBSD 10?

bsdbluz
Explorer

Was wondering if anyone has been able to get Splunk to work properly with FreeBSD v10 or the pkgng installation. A "pkg add" command fails due to the lack of a missing manifest file. I am not sure how to work around this and would really like to test Splunk under FBSD10. Appreciate any thoughts or feedback.

Tags (1)

bsdbluz
Explorer

Just a note to confirm that the above directions worked. Thanks for the feedback!

0 Karma

shirkdog
Engager

Have you tried the using the non-native installer?

Doing the steps from the Splunk doc:

mkdir -p /opt
tar -xzf splunk-6.1.1.tar.gz -C /opt
cat << EOF >> /boot/loader.conf
kern.maxdsiz="2147483648" # 2GB
kern.dfldsiz="2147483648" # 2GB
machdep.hlt_cpus=0
EOF
cat << EOF >> /etc/sysctl.conf
vm.max_proc_mmap=2147483647
EOF

Making sure you have COMPAT7 binary compatibility in your kernel and splunk will start just fine.

bsdbluz
Explorer

Just a note to confirm that the above directions worked. Thanks for the feedback!

0 Karma
Get Updates on the Splunk Community!

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 ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...