After I installed "Splunk Machine Learning Toolkit" to the deployer (as a test), I want to push it to the search head cluster.
But the "splunk apply apply shcluster-config ....." command shows an error ".../splunk/etc/shcluster is likely empty".
I checked the folders. Apparently the above app has been installed to ....../splunk/etc/apps folder, not the shcluster folder.
What did I do wrong please?
Do I need to copy it manually to the shcluster folder?
Or does it mean I setup the deployer incorrectly?
Thanks!
Deployer only pushes apps kept in $Splunk_Home/etc/shcluster/apps
directory, so you need to manually copy the app to that directory. See thsi for more information
http://docs.splunk.com/Documentation/Splunk/7.0.0/DistSearch/PropagateSHCconfigurationchanges
Do I need to copy it manually to the shcluster folder?
That is correct.
just like /deployment-apps and /master-apps are the only ones that get pushed to forwarders/indexers, /shcluster is for apps that are pushed to search heads
Deployer only pushes apps kept in $Splunk_Home/etc/shcluster/apps
directory, so you need to manually copy the app to that directory. See thsi for more information
http://docs.splunk.com/Documentation/Splunk/7.0.0/DistSearch/PropagateSHCconfigurationchanges
@irsysintegration, push it using $Splunk_Home/bin/splunk apply shcluster-bundle -target https://<Search Head Host>:8089
.
So for each app I install, if I want the deployer to push, I have to manually copy it over? That is the official way to do it?
Thanks.
Yes... All the apps you want to push should be available in shcluster/apps directory. I suggest to read the content of that link to ensure you understand SHC configuration deployment in depth. Do revert to this forum in case you get any doubt after reading that.