Splunk Search

Can Search Head Pooling be enabled at install time?

chris
Motivator

We would like to automate the installation of our search heads (we use puppet on a Solaris environment) is there an installation option to enable search head pooling when you install?

I'd prefer not to copy/move the files under $SPLUNK_HOME/etc/apps around if I do not have to.

Thanks for helping,

Chris

0 Karma
1 Solution

MuS
SplunkTrust
SplunkTrust

Hi chris

in Puppet you are able to run commands as part of the install/setup, therefore you can execute the splunk cli

splunk pooling enable <path_to_shared_storage>

as written in the docs

View solution in original post

MuS
SplunkTrust
SplunkTrust

Hi chris

in Puppet you are able to run commands as part of the install/setup, therefore you can execute the splunk cli

splunk pooling enable <path_to_shared_storage>

as written in the docs

chris
Motivator

That is more or less what we are doing. We copy server.conf and etc/users & etc/apps to the right place with puppet after the installation of the package. It felt a bit "unclean" and I thought that there might be an easier way. But this approach works so I guess it is ok.

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