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