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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...