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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...