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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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