Splunk Search

Search Pooling on *nix - alternatives to NFS

brandonf
Path Finder

Hi

Is it possible to get search head pooling to work on *nix with a remote fs (shared storage) other than NFS - perhaps SMB or sshfs?

If anyone has been able to get this working, please let me know
regards
Brandon

0 Karma

dwaddle
SplunkTrust
SplunkTrust

I can't see why alternate filesystems would not "work" as long as POSIX semantics (including locking) are maintained. Now, Splunk support may not support anything but NFS. But, typically, SMB/sshfs and several others are not going perform as well as NFS. Unix NFS has the advantage of years of tuning and a tight integration into the kernel. Many non-NFS networked filesystems are (on Linux) hooked in using FUSE, which introduces substantial delay itself. (I think sshfs suffers from this)

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...