hello
i have search head cluster with 3 nodes which are up and running. i want to configure them as license slaves. as the navigation in web is disabled. can some one please navigate me how to do it?
Thanks in advance
Try
CLI : http://docs.splunk.com/Documentation/Splunk/6.4.2/Admin/LicenserCLIcommands
./splunk edit licenser-localslave -master_uri https://myhost:8089
or use configuration file (server.conf)
[license]
master_uri = [self|<uri>]
* An example of <uri>: <scheme>://<hostname>:<port>
were you able to do this?