"I want to deploy my settings to another search head while using a virtual machine. However, whenever I attempt to authorize, the following error occurs:"
Bad Request — editTracker failed, reason='WARN: path=/masterlm/usage: This license does not support being a remote master. from ip=172.18.0.3'
@ryanaa Are you attempting to add one Linux Splunk Trial instance to another Splunk Trial instance for trial purposes? If so, it won't work because those are trial situations in any case.
https://docs.splunk.com/Documentation/Splunk/latest/Admin/MoreaboutSplunkFree
You need to have a valid enterprise license to do so.
@ryanaa Are you attempting to add one Linux Splunk Trial instance to another Splunk Trial instance for trial purposes? If so, it won't work because those are trial situations in any case.
https://docs.splunk.com/Documentation/Splunk/latest/Admin/MoreaboutSplunkFree
You need to have a valid enterprise license to do so.
I am practicing setting up four Splunk containers on a VM. Among them, two are indexers, and one is a search head. I am using Splunk version 8.1.1. When I try to connect the others as peers to the search head, the error mentioned above occurs."
Hi
you can check what features your license contains by just looking that license file. It can found from $SPLUNK_HOME/etch/license/xxxx/<license file>.lic. There are at least two different license directories enterprise and download-trial. 1st one contains your "official" + NFR etc. licenses, 2nd one contains trial which are installed with downloaded trial version if you haven't any other license file(s).
You can just look that file and check what features you have like (etc/licenses/download-trial/enttrial.lic)
<features>
<feature>Auth</feature>
<feature>FwdData</feature>
<feature>RcvData</feature>
<feature>LocalSearch</feature>
<feature>DistSearch</feature>
<feature>RcvSearch</feature>
<feature>ScheduledSearch</feature>
<feature>Alerting</feature>
<feature>DeployClient</feature>
<feature>DeployServer</feature>
<feature>SplunkWeb</feature>
<feature>SigningProcessor</feature>
<feature>SyslogOutputProcessor</feature>
<feature>AllowDuplicateKeys</feature>
</features>
Those features are quite well self documented.
Usually LM feature is included into all paid licenses and also it is in dev/test license which contains this feature
<feature>CanBeRemoteMaster</feature>
There is also developer license which don't have that feature.
You could read more about different licenses from https://docs.splunk.com/Documentation/Splunk/latest/Admin/TypesofSplunklicenses
I think that in your use case you should use normal paid production license if this is production environment and if it's your test/lab env then you need to request dev/test license as described on above link.
r. Ismo